Searched refs:cr_source_root (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dbase_paths_linux.cc67 std::string cr_source_root; local
68 if (env->GetVar("CR_SOURCE_ROOT", &cr_source_root)) {
69 path = FilePath(cr_source_root);
/external/chromium_org/base/
H A Dbase_paths_posix.cc80 std::string cr_source_root; local
81 if (env->GetVar("CR_SOURCE_ROOT", &cr_source_root)) {
82 path = FilePath(cr_source_root);
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py4985 cr_source_root = os.path.normpath(os.path.join(
4987 self.SetCrSourceRoot(pyautolib.FilePath(cr_source_root))

Completed in 569 milliseconds