/third_party/gn/src/gn/ |
D | json_project_writer_unittest.cc | 44 base::FilePath root_path = in TEST_F() local 47 base::FilePath root_path = base::FilePath(FILE_PATH_LITERAL("/path/to/src")); in TEST_F() local 49 setup.build_settings()->SetRootPath(root_path); in TEST_F() 50 g_scheduler->AddGenDependency(root_path.Append(FILE_PATH_LITERAL(".gn"))); in TEST_F() 52 root_path.Append(FILE_PATH_LITERAL("BUILD.gn"))); in TEST_F() 54 root_path.Append(FILE_PATH_LITERAL("build/BUILD.gn"))); in TEST_F() 505 base::FilePath root_path = local 508 base::FilePath root_path = base::FilePath(FILE_PATH_LITERAL("/path/to/src")); local 510 setup.build_settings()->SetRootPath(root_path); 511 g_scheduler->AddGenDependency(root_path.Append(FILE_PATH_LITERAL(".gn"))); [all …]
|
D | setup.cc | 577 SourceDirForCurrentDirectory(build_settings_.root_path()); in FillArgsFromArgsInputFile() 628 base::FilePath root_path; in FillSourceDir() local 634 root_path = base::MakeAbsoluteFilePath(relative_root_path); in FillSourceDir() 635 if (root_path.empty()) { in FillSourceDir() 648 dotfile_name_ = root_path.Append(kGnFile); in FillSourceDir() 673 root_path = dotfile_name_.DirName(); in FillSourceDir() 676 base::FilePath root_realpath = base::MakeAbsoluteFilePath(root_path); in FillSourceDir() 680 FilePathToUTF8(root_path) + "\"."); in FillSourceDir() 694 SourceDirForCurrentDirectory(build_settings_.root_path()) in FillBuildDir() 716 resolved = SourceDirForPath(build_settings_.root_path(), build_dir_realpath); in FillBuildDir()
|
D | ninja_build_writer.cc | 56 build_settings->build_dir().Resolve(build_settings->root_path()); in GetSelfInvocationCommandLine() 70 base::FilePath root_path = build_settings->root_path(); in GetSelfInvocationCommandLine() local 72 root_path = MakeAbsoluteFilePathRelativeIfPossible(build_path, root_path); in GetSelfInvocationCommandLine() 75 root_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine() 322 build_settings_->build_dir().Resolve(build_settings_->root_path()); in WriteNinjaRules()
|
/third_party/gn/src/base/files/ |
D | file_enumerator_win.cc | 19 const FilePath& root_path, in BuildSearchFilter() argument 25 return root_path.Append(pattern); in BuildSearchFilter() 27 return root_path.Append(u"*"); in BuildSearchFilter() 64 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 67 : FileEnumerator(root_path, in FileEnumerator() 73 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 77 : FileEnumerator(root_path, in FileEnumerator() 83 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 95 pending_paths_.push(root_path); in FileEnumerator()
|
D | file_enumerator_posix.cc | 58 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 61 : FileEnumerator(root_path, in FileEnumerator() 67 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 71 : FileEnumerator(root_path, in FileEnumerator() 77 FileEnumerator::FileEnumerator(const FilePath& root_path, in FileEnumerator() argument 83 root_path_(root_path), in FileEnumerator() 91 pending_paths_.push(root_path); in FileEnumerator()
|
D | file_enumerator.h | 113 FileEnumerator(const FilePath& root_path, bool recursive, int file_type); 114 FileEnumerator(const FilePath& root_path, 118 FileEnumerator(const FilePath& root_path,
|
D | file_util.cc | 37 int64_t ComputeDirectorySize(const FilePath& root_path) { in ComputeDirectorySize() argument 39 FileEnumerator file_iter(root_path, true, FileEnumerator::FILES); in ComputeDirectorySize()
|
/third_party/icu/icu4c/source/test/depstest/ |
D | depstest.py | 57 def _ReadObjFile(root_path, library_name, obj_name): argument 66 path = os.path.join(root_path, library_name, obj_name) 99 def _ReadLibrary(root_path, library_name): argument 100 obj_paths = glob.glob(os.path.join(root_path, library_name, "*.o")) 102 _ReadObjFile(root_path, library_name, os.path.basename(path)) 175 def Process(root_path): argument 191 _ReadLibrary(root_path, library_name)
|
/third_party/grpc/src/abseil-cpp/ |
D | preprocessed_builds.yaml.gen.py | 85 def collect_bazel_rules(root_path): argument 88 for cur, _, _ in os.walk(root_path): 135 def collect_cmake_rules(root_path): argument 138 for cur, _, _ in os.walk(root_path): 176 def generate_builds(root_path): argument 180 collect_bazel_rules(root_path))) 183 collect_cmake_rules(root_path)))
|
/third_party/cJSON/tests/unity/auto/ |
D | stylize_as_junit.rb | 23 options.root_path = '.' 37 o.on('-p', '--root_path <path>', 'Prepend this path to files in results.') do |root_path| 38 options.root_path = root_path 241 utj.root = options.root_path
|
D | unity_test_summary.py | 131 root_path = sys.argv[2] variable 133 root_path = os.path.split(__file__)[0] variable 134 uts.set_root_path(root_path)
|
D | unity_to_junit.py | 138 root_path = sys.argv[2] variable 140 root_path = os.path.split(__file__)[0] variable 141 uts.set_root_path(root_path)
|
/third_party/unity/auto/ |
D | stylize_as_junit.rb | 23 options.root_path = '.' 37 o.on('-p', '--root_path <path>', 'Prepend this path to files in results.') do |root_path| 38 options.root_path = root_path 240 utj.root = options.root_path
|
D | unity_test_summary.py | 131 root_path = sys.argv[2] variable 133 root_path = os.path.split(__file__)[0] variable 134 uts.set_root_path(root_path)
|
D | unity_to_junit.py | 138 root_path = sys.argv[2] variable 140 root_path = os.path.split(__file__)[0] variable 141 uts.set_root_path(root_path)
|
/third_party/boost/tools/build/src/kernel/ |
D | bootstrap.py | 9 def bootstrap(root_path): argument 20 m.__path__ = root_path
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/ |
D | utils.py | 50 root_path = os.path.join(root, path) 53 paths.append(root_path)
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
D | utils.py | 50 root_path = os.path.join(root, path) 53 paths.append(root_path)
|
/third_party/boost/libs/filesystem/test/ |
D | path_test.cpp | 811 BOOST_TEST(p.root_path().string() == ""); in query_and_decomposition_tests() 831 BOOST_TEST(p.root_path().string() == "/"); in query_and_decomposition_tests() 854 PATH_TEST_EQ(p.root_path().string(), "//"); in query_and_decomposition_tests() 874 PATH_TEST_EQ(p.root_path().string(), "/"); in query_and_decomposition_tests() 897 BOOST_TEST(p.root_path().string() == ""); in query_and_decomposition_tests() 917 BOOST_TEST(p.root_path().string() == ""); in query_and_decomposition_tests() 937 BOOST_TEST(p.root_path().string() == ""); in query_and_decomposition_tests() 957 PATH_TEST_EQ(p.root_path().string(), "/"); in query_and_decomposition_tests() 980 PATH_TEST_EQ(p.root_path().string(), "/"); in query_and_decomposition_tests() 1001 PATH_TEST_EQ(p.root_path().string(), "/"); in query_and_decomposition_tests() [all …]
|
/third_party/glib/gio/ |
D | gkeyfilesettingsbackend.c | 1017 const gchar *root_path, in g_keyfile_settings_backend_new() argument 1021 g_return_val_if_fail (root_path != NULL, NULL); in g_keyfile_settings_backend_new() 1022 g_return_val_if_fail (g_str_has_prefix (root_path, "/"), NULL); in g_keyfile_settings_backend_new() 1023 g_return_val_if_fail (g_str_has_suffix (root_path, "/"), NULL); in g_keyfile_settings_backend_new() 1024 g_return_val_if_fail (strstr (root_path, "//") == NULL, NULL); in g_keyfile_settings_backend_new() 1028 "root-path", root_path, in g_keyfile_settings_backend_new()
|
D | gunixmounts.c | 128 char *root_path; member 441 const char *root_path, in create_unix_mount_entry() argument 451 mount_entry->root_path = g_strdup (root_path); in create_unix_mount_entry() 460 mount_entry->root_path); in create_unix_mount_entry() 2157 g_free (mount_entry->root_path); in g_unix_mount_free() 2183 copy->root_path = g_strdup (mount_entry->root_path); in g_unix_mount_copy() 2265 res = g_strcmp0 (mount1->root_path, mount2->root_path); in g_unix_mount_compare() 2336 return mount_entry->root_path; in g_unix_mount_get_root_path()
|
/third_party/abseil-cpp/absl/ |
D | abseil.podspec.gen.py | 101 def collect_rules(root_path): argument 104 for cur, _, _ in os.walk(root_path):
|
/third_party/skia/third_party/externals/abseil-cpp/absl/ |
D | abseil.podspec.gen.py | 101 def collect_rules(root_path): argument 104 for cur, _, _ in os.walk(root_path):
|
/third_party/boost/libs/filesystem/example/ |
D | path_info.cpp | 62 cout << " root_path()----------: " << p.root_path() << '\n'; in main()
|
/third_party/boost/tools/quickbook/src/ |
D | path.cpp | 72 fs::path base_tmp = absolute_base.root_path(), in path_difference() 73 path_tmp = absolute_path.root_path(); in path_difference()
|