/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 | 619 SourceDirForCurrentDirectory(build_settings_.root_path()); in FillArgsFromArgsInputFile() 670 base::FilePath root_path; in FillSourceDir() local 676 root_path = base::MakeAbsoluteFilePath(relative_root_path); in FillSourceDir() 677 if (root_path.empty()) { in FillSourceDir() 690 dotfile_name_ = root_path.Append(kGnFile); in FillSourceDir() 715 root_path = dotfile_name_.DirName(); in FillSourceDir() 718 base::FilePath root_realpath = base::MakeAbsoluteFilePath(root_path); in FillSourceDir() 722 FilePathToUTF8(root_path) + "\"."); in FillSourceDir() 736 SourceDirForCurrentDirectory(build_settings_.root_path()) in FillBuildDir() 758 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()
|
D | commands.cc | 46 SourceDirForCurrentDirectory(setup->build_settings().root_path()), in ResolveTargetsFromCommandLinePattern() 485 SourceDirForCurrentDirectory(setup->build_settings().root_path()), in ResolveTargetFromCommandLineString() 531 SourceDirForCurrentDirectory(setup->build_settings().root_path()); in ResolveFromCommandLineInput()
|
D | build_settings.h | 42 const base::FilePath& root_path() const { return root_path_; } in root_path() function
|
D | target_generator.cc | 242 const std::string& root_path = in FillData() local 256 dir.ResolveRelativeAs(!as_dir, input, err_, root_path, &input_str); in FillData()
|
/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/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/node/deps/v8/src/torque/ |
D | source-positions.cc | 26 const std::string& root_path = PathFromV8Root(file); in AbsolutePath() local 27 if (StringStartsWith(root_path, "file://")) return root_path; in AbsolutePath()
|
/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/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
D | macro_checker.py | 21 macro_checker_file_type, root_path): argument 33 self.root_path = root_path
|
D | shared.py | 75 def toNameAndLine(context, root_path=None): argument 78 if root_path: 79 my_fn = my_fn.relative_to(root_path)
|
D | console_printer.py | 179 locations = ', '.join((toNameAndLine(context, root_path=checker.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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 245 StringRef root_path(StringRef path);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 360 StringRef root_path(StringRef path) { in root_path() function 444 StringRef root = root_path(path); in relative_path() 638 return !root_path(p).empty(); in has_root_path() 722 SmallString<256> buffer = path::root_path(path); in remove_dots()
|