/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/ |
D | operations.h | 138 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 D | operations.h | 138 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/ |
D | operations.h | 138 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/ |
D | operations.h | 137 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/ |
D | operations.h | 138 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/ |
D | operations.h | 138 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/ |
D | operations.hpp | 246 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/ |
D | type_resolver.rs | 48 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 D | matching_files_dataset_op.cc | 125 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 D | field_mask_util.cc | 321 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 D | field_mask_util.cc | 321 std::string current_path = in MergeToFieldMask() local 444 std::string current_path = in MergeLeafNodesToTree() local
|
/aosp_15_r20/external/icing/icing/index/ |
H A D | property-existence-indexing-handler.cc | 38 const std::string& current_path, const DocumentProto& document, in ConstructPropertyExistenceMetaToken()
|
/aosp_15_r20/external/libchrome/base/ |
H A D | values.cc | 739 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 D | parser.cpp | 171 std::string current_path = in ParseConfigDir() local
|
/aosp_15_r20/frameworks/base/tools/aapt2/util/ |
H A D | Files_test.cpp | 120 [&kDirName, &CreateResursiveDirs](std::string current_path, const size_t n) -> void { in TEST_F()
|
/aosp_15_r20/prebuilts/sdk/ |
H A D | update_prebuilts.py | 36 current_path = 'current' variable
|
/aosp_15_r20/prebuilts/sdk/update_prebuilts/ |
H A D | update_prebuilts.py | 36 current_path = 'current' variable
|
/aosp_15_r20/libcore/tools/upstream/ |
H A D | pkg-status | 182 def current_path(self, filename): member in JavaPackage
|
/aosp_15_r20/external/elfutils/src/ |
H A D | elfclassify.c | 46 static const char *current_path; variable
|
/aosp_15_r20/external/icing/icing/result/ |
H A D | snippet-retriever.cc | 623 const std::string& current_path, MatchOptions* match_options, in RetrieveSnippetForSection()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/ |
D | operations.cpp | 1681 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 D | crossystem_arch.c | 118 static const char* current_path = "/sys/devices/platform/GOOG0016:00"; in GetAcpiSysfsPath() local
|
/aosp_15_r20/external/armnn/third-party/ghc/ |
H A D | filesystem.hpp | 3545 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/ |
D | json.rs | 581 let current_path = Path::new("tracing-subscriber") in json_filename() localVariable
|
/aosp_15_r20/system/vold/ |
H A D | FsCrypt.cpp | 209 auto const current_path = get_ce_key_current_path(directory_path); in fixate_user_ce_key() local
|