HomeSort by relevance Sort by last modified time
    Searched refs:source_root (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/tools/gn/
source_dir.cc 44 const base::StringPiece& source_root) const {
58 if (source_root.empty() ||
59 !MakeAbsolutePathRelativeIfPossible(source_root, p, &ret.value_)) {
82 const base::StringPiece& source_root) const {
95 if (source_root.empty() ||
96 !MakeAbsolutePathRelativeIfPossible(source_root, p, &ret.value_)) {
121 base::FilePath SourceDir::Resolve(const base::FilePath& source_root) const {
138 return source_root.Append(UTF8ToFilePath(converted))
source_dir.h 41 // If source_root is supplied, these functions will additionally handle the
46 const base::StringPiece& source_root = base::StringPiece()) const;
49 const base::StringPiece& source_root = base::StringPiece()) const;
53 base::FilePath Resolve(const base::FilePath& source_root) const;
filesystem_utils.cc 351 bool MakeAbsolutePathRelativeIfPossible(const base::StringPiece& source_root,
354 DCHECK(IsPathAbsolute(source_root));
359 if (source_root.size() > path.size())
366 DCHECK(source_root.size() > 2 && source_root[0] != '/' &&
367 source_root[1] == ':' && IsSlash(source_root[2]));
372 if (AreAbsoluteWindowsPathsEqual(source_root,
373 path.substr(0, source_root.size())))
374 after_common_index = source_root.size()
    [all...]
source_file.cc 51 base::FilePath SourceFile::Resolve(const base::FilePath& source_root) const {
67 return source_root.Append(UTF8ToFilePath(converted))
filesystem_utils.h 110 // The source_root should be a base::FilePath converted to UTF-8. On Windows,
115 bool MakeAbsolutePathRelativeIfPossible(const base::StringPiece& source_root,
144 // given source_root, a source-relative directory will be returned (e.g.
147 SourceDir SourceDirForPath(const base::FilePath& source_root,
152 SourceDir SourceDirForCurrentDirectory(const base::FilePath& source_root);
source_file.h 44 base::FilePath Resolve(const base::FilePath& source_root) const;
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 78 base::FilePath source_root; local
79 CHECK(PathService::Get(base::DIR_SOURCE_ROOT, &source_root));
80 config_file_ = source_root
222 base::FilePath source_root; local
223 if (!PathService::Get(base::DIR_SOURCE_ROOT, &source_root)) {
227 *testserver_path = source_root
  /external/chromium_org/chrome/browser/media/
wv_test_license_server_config.cc 149 base::FilePath source_root; local
150 PathService::Get(base::DIR_SOURCE_ROOT, &source_root);
151 *path = source_root.Append(FILE_PATH_LITERAL("third_party"))
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util_test.cc 116 base::FilePath source_root; local
117 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &source_root));
122 source_root.Append(FILE_PATH_LITERAL("net"))
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 88 def load_from_path(source_root, llvmbuild_source_root):
92 return LLVMProjectInfo(source_root, infos)
94 def __init__(self, source_root, component_infos):
96 self.source_root = source_root
471 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt')
492 if (path.startswith(self.source_root) and os.path.exists(path)):
796 group.add_option("", "--source-root", dest="source_root", metavar="PATH",
863 source_root = opts.source_root variable
872 source_root = os.path.dirname(utils_path) variable
    [all...]
  /external/llvm/utils/lit/lit/
Test.py 115 def __init__(self, name, source_root, exec_root, config):
117 self.source_root = source_root
123 return os.path.join(self.source_root, *components)
discovery.py 49 source_root = os.path.realpath(cfg.test_source_root or path)
51 return Test.TestSuite(cfg.name, source_root, exec_root, cfg), ()
main.py 295 print(' Source Root: %s' % ts.source_root)
  /external/chromium_org/third_party/cython/src/
setup.py 98 source_root = os.path.abspath(os.path.dirname(__file__))
129 source_file = os.path.join(source_root, *module.split('.'))
162 sys.path.insert(0, os.path.join(source_root, self.build_lib))
188 source_root = os.path.dirname(__file__) variable in class:compile_cython_modules.build_ext
190 source_file = os.path.join(source_root, *module.split('.'))
  /external/chromium_org/chrome/test/chromedriver/
chrome_launcher_unittest.cc 35 base::FilePath source_root; local
36 PathService::Get(base::DIR_SOURCE_ROOT, &source_root);
37 base::FilePath crx_file_path = source_root.AppendASCII(
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py     [all...]

Completed in 263 milliseconds