Home
last modified time | relevance | path

Searched defs:current_path (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/
Doperations.h138 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function
139 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function
140 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function
141 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { in current_path() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__filesystem/
H A Doperations.h138 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function
139 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function
140 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function
141 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { in current_path() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__filesystem/
Doperations.h138 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function
139 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function
140 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function
141 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { in current_path() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/
Doperations.h137 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function
138 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function
139 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function
140 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { in current_path() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__filesystem/
Doperations.h138 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function
139 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function
140 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function
141 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { in current_path() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/
Doperations.h138 inline _LIBCPP_HIDE_FROM_ABI path current_path() { return __current_path(); } in current_path() function
139 inline _LIBCPP_HIDE_FROM_ABI path current_path(error_code& __ec) { return __current_path(&__ec); } in current_path() function
140 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p) { __current_path(__p); } in current_path() function
141 inline _LIBCPP_HIDE_FROM_ABI void current_path(const path& __p, error_code& __ec) noexcept { in current_path() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/
Doperations.hpp246 path current_path() {return detail::current_path();} in current_path() function
249 path current_path(system::error_code& ec) {return detail::current_path(&ec);} in current_path() function
252 void current_path(const path& p) {detail::current_path(p);} in current_path() function
255 void current_path(const path& p, system::error_code& ec) BOOST_NOEXCEPT {detail::current_path(p, &e… in current_path() function
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Dtype_resolver.rs48 fn current_path(&self) -> ProtobufAbsPath { in current_path() method
109 let current_path = self.current_path(); in find_message_or_enum() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dmatching_files_dataset_op.cc125 PathStatus current_path = filepath_queue_.top(); in GetNextInternal() local
287 const PathStatus current_path = filepath_queue_.top(); in UpdateIterator() local
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc321 std::string current_path = in MergeToFieldMask() local
444 std::string current_path = in MergeLeafNodesToTree() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc321 std::string current_path = in MergeToFieldMask() local
444 std::string current_path = in MergeLeafNodesToTree() local
/aosp_15_r20/external/icing/icing/index/
H A Dproperty-existence-indexing-handler.cc38 const std::string& current_path, const DocumentProto& document, in ConstructPropertyExistenceMetaToken()
/aosp_15_r20/external/libchrome/base/
H A Dvalues.cc739 StringPiece current_path(path); in Set() local
808 StringPiece current_path(path); in Get() local
1059 StringPiece current_path(path); in Remove() local
/aosp_15_r20/system/core/init/
H A Dparser.cpp171 std::string current_path = in ParseConfigDir() local
/aosp_15_r20/frameworks/base/tools/aapt2/util/
H A DFiles_test.cpp120 [&kDirName, &CreateResursiveDirs](std::string current_path, const size_t n) -> void { in TEST_F()
/aosp_15_r20/prebuilts/sdk/
H A Dupdate_prebuilts.py36 current_path = 'current' variable
/aosp_15_r20/prebuilts/sdk/update_prebuilts/
H A Dupdate_prebuilts.py36 current_path = 'current' variable
/aosp_15_r20/libcore/tools/upstream/
H A Dpkg-status182 def current_path(self, filename): member in JavaPackage
/aosp_15_r20/external/elfutils/src/
H A Delfclassify.c46 static const char *current_path; variable
/aosp_15_r20/external/icing/icing/result/
H A Dsnippet-retriever.cc623 const std::string& current_path, MatchOptions* match_options, in RetrieveSnippetForSection()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp1681 path current_path(error_code* ec) in current_path() function
1752 void current_path(const path& p, system::error_code* ec) in current_path() function
/aosp_15_r20/external/vboot_reference/host/arch/x86/lib/
H A Dcrossystem_arch.c118 static const char* current_path = "/sys/devices/platform/GOOG0016:00"; in GetAcpiSysfsPath() local
/aosp_15_r20/external/armnn/third-party/ghc/
H A Dfilesystem.hpp3545 GHC_INLINE path current_path() in current_path() function
3555 GHC_INLINE path current_path(std::error_code& ec) in current_path() function
3577 GHC_INLINE void current_path(const path& p) in current_path() function
3586 GHC_INLINE void current_path(const path& p, std::error_code& ec) noexcept in current_path() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Djson.rs581 let current_path = Path::new("tracing-subscriber") in json_filename() localVariable
/aosp_15_r20/system/vold/
H A DFsCrypt.cpp209 auto const current_path = get_ce_key_current_path(directory_path); in fixate_user_ce_key() local

12