Home
last modified time | relevance | path

Searched refs:root_path (Results 1 – 25 of 41) sorted by relevance

12

/third_party/gn/src/gn/
Djson_project_writer_unittest.cc44 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 …]
Dsetup.cc619 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()
Dninja_build_writer.cc56 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()
Dcommands.cc46 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()
Dbuild_settings.h42 const base::FilePath& root_path() const { return root_path_; } in root_path() function
Dtarget_generator.cc242 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/
Dfile_enumerator_win.cc19 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()
Dfile_enumerator_posix.cc58 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()
Dfile_enumerator.h113 FileEnumerator(const FilePath& root_path, bool recursive, int file_type);
114 FileEnumerator(const FilePath& root_path,
118 FileEnumerator(const FilePath& root_path,
Dfile_util.cc37 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/
Ddepstest.py57 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/
Dstylize_as_junit.rb23 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
Dunity_test_summary.py131 root_path = sys.argv[2] variable
133 root_path = os.path.split(__file__)[0] variable
134 uts.set_root_path(root_path)
Dunity_to_junit.py138 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/
Dstylize_as_junit.rb23 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
Dunity_test_summary.py131 root_path = sys.argv[2] variable
133 root_path = os.path.split(__file__)[0] variable
134 uts.set_root_path(root_path)
Dunity_to_junit.py138 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/
Dsource-positions.cc26 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/
Dutils.py50 root_path = os.path.join(root, path)
53 paths.append(root_path)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dmacro_checker.py21 macro_checker_file_type, root_path): argument
33 self.root_path = root_path
Dshared.py75 def toNameAndLine(context, root_path=None): argument
78 if root_path:
79 my_fn = my_fn.relative_to(root_path)
Dconsole_printer.py179 locations = ', '.join((toNameAndLine(context, root_path=checker.root_path)
/third_party/skia/third_party/externals/abseil-cpp/absl/
Dabseil.podspec.gen.py101 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/
DPath.h245 StringRef root_path(StringRef path);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp360 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()

12