HomeSort by relevance Sort by last modified time
    Searched refs:path_utils (Results 1 - 19 of 19) 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/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.py 36 import path_utils namespace
63 script_dir = path_utils.ScriptDir()
  /external/chromium_org/tools/metrics/histograms/
pretty_print.py 26 from google import path_utils namespace
137 histograms_dir = 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")
460 script_dir = path_utils.ScriptDir()
497 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 38 from google import path_utils namespace
126 REPOSITORY_ROOT = os.path.join(path_utils.ScriptDir(), '..', '..', '..')
784 actions_xml_path = os.path.join(path_utils.ScriptDir(), 'actions.xml')
  /external/chromium_org/base/
base.target.darwin-arm.mk 65 base/android/path_utils.cc \
base.target.darwin-arm64.mk 65 base/android/path_utils.cc \
base.target.darwin-mips.mk 65 base/android/path_utils.cc \
base.target.darwin-x86.mk 65 base/android/path_utils.cc \
base.target.darwin-x86_64.mk 65 base/android/path_utils.cc \
base.target.linux-arm.mk 65 base/android/path_utils.cc \
base.target.linux-arm64.mk 65 base/android/path_utils.cc \
base.target.linux-mips.mk 65 base/android/path_utils.cc \
base.target.linux-x86.mk 65 base/android/path_utils.cc \
base.target.linux-x86_64.mk 65 base/android/path_utils.cc \

Completed in 284 milliseconds