/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/ |
D | current_path.pass.cpp | 35 ASSERT_NOT_NOEXCEPT(current_path()); in TEST_CASE() 36 ASSERT_NOT_NOEXCEPT(current_path(ec)); in TEST_CASE() 37 ASSERT_NOT_NOEXCEPT(current_path(p)); in TEST_CASE() 38 ASSERT_NOEXCEPT(current_path(p, ec)); in TEST_CASE() 44 const path p = current_path(ec); in TEST_CASE() 49 const path p2 = current_path(); in TEST_CASE() 56 current_path(new_path); in TEST_CASE() 57 TEST_CHECK(current_path() == new_path); in TEST_CASE() 64 const path old_p = current_path(); in TEST_CASE() 65 current_path(p, ec); in TEST_CASE() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/ |
D | current_path.pass.cpp | 34 ASSERT_NOT_NOEXCEPT(current_path()); in current_path_signature_test() 35 ASSERT_NOT_NOEXCEPT(current_path(ec)); in current_path_signature_test() 36 ASSERT_NOT_NOEXCEPT(current_path(p)); in current_path_signature_test() 37 ASSERT_NOEXCEPT(current_path(p, ec)); in current_path_signature_test() 43 const path p = current_path(ec); in current_path_test() 48 const path p2 = current_path(); in current_path_test() 57 current_path(new_path); in current_path_after_change_test() 58 assert(current_path() == new_path); in current_path_after_change_test() 67 const path old_p = current_path(); in current_path_is_file_test() 68 current_path(p, ec); in current_path_is_file_test() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/ |
D | current_path.pass.cpp | 34 ASSERT_NOT_NOEXCEPT(current_path()); in current_path_signature_test() 35 ASSERT_NOT_NOEXCEPT(current_path(ec)); in current_path_signature_test() 36 ASSERT_NOT_NOEXCEPT(current_path(p)); in current_path_signature_test() 37 ASSERT_NOEXCEPT(current_path(p, ec)); in current_path_signature_test() 43 const path p = current_path(ec); in current_path_test() 48 const path p2 = current_path(); in current_path_test() 57 current_path(new_path); in current_path_after_change_test() 58 assert(current_path() == new_path); in current_path_after_change_test() 67 const path old_p = current_path(); in current_path_is_file_test() 68 current_path(p, ec); in current_path_is_file_test() [all …]
|
/external/elfutils/src/ |
D | elfclassify.c | 46 static const char *current_path; variable 60 if (current_path == NULL) in issue() 63 error (0, e, "%s '%s'", msg, current_path); in issue() 73 error (0, 0, "%s: %s: '%s'", msg, elf_errmsg (-1), current_path); in elf_issue() 84 fprintf (stderr, "debug: processing file: %s\n", current_path); in open_file() 86 file_fd = open (current_path, O_RDONLY | (flag_only_regular_files in open_file() 235 fprintf (stderr, "info: %s: ELF kind: %s (0x%x)\n", current_path, in run_classify() 391 fprintf (stderr, "info: %s: ELF type: %s (0x%x)\n", current_path, in run_classify() 394 fprintf (stderr, "info: %s: PT_LOAD found\n", current_path); in run_classify() 396 fprintf (stderr, "info: %s: has sections\n", current_path); in run_classify() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
D | weakly_canonical.pass.cpp | 34 fs::path root = fs::current_path().root_path(); in main() 40 {"", fs::current_path()}, in main() 41 {".", fs::current_path()}, in main() 46 {"a/b", fs::current_path() / "a/b"}, in main() 47 {"a", fs::current_path() / "a"}, in main() 48 {"a/b/", fs::current_path() / "a/b/"}, in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
D | weakly_canonical.pass.cpp | 34 fs::path root = fs::current_path().root_path(); in main() 40 {"", fs::current_path()}, in main() 41 {".", fs::current_path()}, in main() 46 {"a/b", fs::current_path() / "a/b"}, in main() 47 {"a", fs::current_path() / "a"}, in main() 48 {"a/b/", fs::current_path() / "a/b/"}, in main()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
D | weakly_canonical.pass.cpp | 35 {"", fs::current_path()}, in main() 36 {".", fs::current_path()}, in main() 41 {"a/b", fs::current_path() / "a/b"}, in main() 42 {"a", fs::current_path() / "a"}, in main() 43 {"a/b/", fs::current_path() / "a/b/"}, in main()
|
/external/sdv/vsomeip/third_party/boost/filesystem/example/ |
D | directory_symlink_parent_resolution.cpp | 27 path test_dir(current_path() / "dspr_demo"); in cpp_main() 31 current_path(test_dir / "a"); in cpp_main() 35 current_path(test_dir); in cpp_main()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
D | canonical.pass.cpp | 29 CWDGuard() : OldCWD(fs::current_path()) { } in CWDGuard() 30 ~CWDGuard() { fs::current_path(OldCWD); } in ~CWDGuard() 76 fs::current_path(TC.base); in TEST_CASE() 111 LIBCPP_ONLY(TEST_CHECK(err.path2() == current_path())); in TEST_CASE() 113 fs::current_path(StaticEnv::Dir); in TEST_CASE()
|
/external/sdv/vsomeip/third_party/boost/filesystem/test/issues/ |
D | 99_canonical_with_junction_point.cpp | 41 const fs::path cwd = fs::current_path(); in main() 47 fs::current_path(tmp.path); in main() 61 fs::current_path(*it); in main() 71 fs::current_path(cwd); in main()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | matching_files_dataset_op.cc | 125 PathStatus current_path = filepath_queue_.top(); in GetNextInternal() local 128 if (!current_path.second) { in GetNextInternal() 133 std::replace(current_path.first.begin(), in GetNextInternal() 134 current_path.first.end(), '/', '\\'); in GetNextInternal() 138 std::move(current_path.first); in GetNextInternal() 148 UpdateIterator(ctx, fs, current_path.first, current_pattern_)); in GetNextInternal() 287 const PathStatus current_path = filepath_queue_.top(); in UpdateIterator() local 291 if (!current_path.second) { in UpdateIterator() 298 const string& current_dir = current_path.first; in UpdateIterator()
|
/external/bazel-skylib/rules/directory/ |
D | directory.bzl | 74 current_path = root_metadata 76 if dirname not in current_path.directories: 80 relative = paths.join(current_path.relative, dirname), 81 human_readable = paths.join(current_path.human_readable, dirname), 83 current_path.directories[dirname] = dir_metadata 86 current_path = current_path.directories[dirname] 88 current_path.files.append(src)
|
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | operations.hpp | 130 path current_path(system::error_code* ec=0); 132 void current_path(const path& p, system::error_code* ec=0); 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 258 path absolute(const path& p, const path& base=current_path()) {return detail::absolute(p, base);} in absolute() 262 path base = current_path(ec); in absolute() 271 path canonical(const path& p, const path& base=current_path()) in canonical() 276 path base = current_path(ec); in canonical() [all …]
|
/external/sdv/vsomeip/third_party/boost/filesystem/test/ |
D | operations_test.cpp | 224 fs::file_size(fs::current_path()); in bad_directory_size() 623 fs::path root_name_path(fs::current_path().root_name()); in directory_iterator_tests() 1154 fs::path original_dir = fs::current_path(); in current_directory_tests() 1156 fs::current_path(dir); in current_directory_tests() 1157 BOOST_TEST(fs::current_path() == dir); in current_directory_tests() 1158 BOOST_TEST(fs::current_path() != original_dir); in current_directory_tests() 1159 fs::current_path(original_dir); in current_directory_tests() 1160 BOOST_TEST(fs::current_path() == original_dir); in current_directory_tests() 1161 BOOST_TEST(fs::current_path() != dir); in current_directory_tests() 1164 fs::current_path(dir.c_str()); in current_directory_tests() [all …]
|
D | operations_unit_test.cpp | 351 cout << "current_path() is " << current_path().string() << endl; in cpp_main() 358 current_path( argv[1], ec ); in cpp_main() 365 cout << "current_path() is " << current_path().string() << endl; in cpp_main() 368 const path temp_dir(current_path() / ".." / unique_path("op-unit_test-%%%%-%%%%-%%%%")); in cpp_main()
|
/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 118 let mut result_path = current_path.clone(); in find_message_or_enum() 130 let mut message_path = current_path.clone(); in find_message_or_enum()
|
/external/libchrome/base/ |
D | values.cc | 739 StringPiece current_path(path); in Set() local 741 for (size_t delimiter_position = current_path.find('.'); in Set() 743 delimiter_position = current_path.find('.')) { in Set() 745 StringPiece key = current_path.substr(0, delimiter_position); in Set() 754 current_path = current_path.substr(delimiter_position + 1); in Set() 758 ->SetWithoutPathExpansion(current_path, std::move(in_value)); in Set() 808 StringPiece current_path(path); in Get() local 810 for (size_t delimiter_position = current_path.find('.'); in Get() 812 delimiter_position = current_path.find('.')) { in Get() 815 current_path.substr(0, delimiter_position), &child_dictionary)) { in Get() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
D | canonical.pass.cpp | 71 fs::current_path(TC.base); in test_canonical() 108 LIBCPP_ASSERT(err.path2() == current_path()); in test_exception_contains_paths() 110 fs::current_path(static_env.Dir); in test_exception_contains_paths()
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
D | canonical.pass.cpp | 71 fs::current_path(TC.base); in test_canonical() 108 LIBCPP_ASSERT(err.path2() == current_path()); in test_exception_contains_paths() 110 fs::current_path(static_env.Dir); in test_exception_contains_paths()
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__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 246 return proximate(__p, current_path(), __ec); in proximate() 248 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base = current_path()) { 265 return relative(__p, current_path(), __ec); in relative() 267 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base = current_path()) {
|
/external/cronet/stable/third_party/libc++/src/include/__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 246 return proximate(__p, current_path(), __ec); in proximate() 248 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base = current_path()) { 265 return relative(__p, current_path(), __ec); in relative() 267 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base = current_path()) {
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__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 246 return proximate(__p, current_path(), __ec); in proximate() 248 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base = current_path()) { 265 return relative(__p, current_path(), __ec); in relative() 267 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base = current_path()) {
|
/external/cronet/tot/third_party/libc++/src/include/__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 246 return proximate(__p, current_path(), __ec); in proximate() 248 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base = current_path()) { 265 return relative(__p, current_path(), __ec); in relative() 267 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base = current_path()) {
|
/external/icing/icing/index/ |
D | property-existence-indexing-handler.cc | 38 const std::string& current_path, const DocumentProto& document, in ConstructPropertyExistenceMetaToken() argument 41 std::string new_path = current_path; in ConstructPropertyExistenceMetaToken()
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | check_system_libs.py | 84 for current_path in glob.glob(workspace_glob) + glob.glob(third_party_glob): 85 cur_lib_names, build_files = extract_system_builds(current_path)
|