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

  /external/chromium_org/tools/python/google/
httpd_utils.py 16 import google.path_utils namespace
48 return google.path_utils.FindUpward(start_dir, 'tools', 'python',
56 cygserver_path = google.path_utils.FindUpward(start_dir, 'third_party',
74 script_dir = google.path_utils.ScriptDir()
110 script_dir = google.path_utils.ScriptDir()
140 cygbin = google.path_utils.FindUpward(cygserver_exe, 'third_party',
platform_utils_linux.py 10 import google.path_utils namespace
80 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',
101 google.path_utils.MaybeMakeDirectory(output_dir)
platform_utils_mac.py 10 import google.path_utils namespace
80 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',
99 google.path_utils.MaybeMakeDirectory(output_dir)
platform_utils_win.py 11 import google.path_utils namespace
29 self._cygwin_root = google.path_utils.FindUpward(self._base_dir,
115 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',
140 google.path_utils.MaybeMakeDirectory(output_dir)
  /external/chromium_org/chrome/installer/util/prebuild/
create_string_rc.py 35 from google import path_utils namespace
110 kGeneratedResourcesPath = os.path.join(path_utils.ScriptDir(), '..', '..',
112 kTranslationDirectory = os.path.join(path_utils.ScriptDir(), '..', '..',
  /external/chromium_org/tools/valgrind/
chrome_tests.py 17 import path_utils namespace
51 script_dir = path_utils.ScriptDir()
97 script_dir = path_utils.ScriptDir()
154 gtest_files_dir = os.path.join(path_utils.ScriptDir(), "gtest_exclude")
394 script_dir = path_utils.ScriptDir()
431 out_dir = os.path.join(path_utils.ScriptDir(), "latest")
suppressions.py 34 import path_utils namespace
41 suppressions_root = path_utils.ScriptDir()
    [all...]
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 31 from google import path_utils namespace
120 REPOSITORY_ROOT = os.path.join(path_utils.ScriptDir(), '..', '..', '..')
586 chromeactions_path = os.path.join(path_utils.ScriptDir(), "chromeactions.txt")
  /external/chromium_org/base/
base.target.darwin-mips.mk 61 base/android/path_utils.cc \
base.target.darwin-x86.mk 61 base/android/path_utils.cc \
base.target.linux-mips.mk 61 base/android/path_utils.cc \
base.target.linux-x86.mk 61 base/android/path_utils.cc \
base.target.darwin-arm.mk 61 base/android/path_utils.cc \
base.target.linux-arm.mk 61 base/android/path_utils.cc \

Completed in 732 milliseconds