HomeSort by relevance Sort by last modified time
    Searched refs:path_utils (Results 1 - 16 of 16) 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
109 kGeneratedResourcesPath = os.path.join(path_utils.ScriptDir(), '..', '..',
111 kTranslationDirectory = os.path.join(path_utils.ScriptDir(), '..', '..',
  /external/chromium_org/tools/heapcheck/
heapcheck_test.py 13 import path_utils namespace
47 proc = ['sh', path_utils.ScriptDir() + '/heapcheck_std.sh']
58 path_utils.ScriptDir() +
chrome_tests.py 20 import path_utils namespace
124 script_dir = path_utils.ScriptDir()
176 directory = path_utils.ScriptDir()
199 directory = path_utils.ScriptDir()
367 out_dir = os.path.join(path_utils.ScriptDir(), "latest")
  /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()
145 gtest_files_dir = os.path.join(path_utils.ScriptDir(), "gtest_exclude")
382 script_dir = path_utils.ScriptDir()
419 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
113 REPOSITORY_ROOT = os.path.join(path_utils.ScriptDir(), '..', '..', '..')
559 chromeactions_path = os.path.join(path_utils.ScriptDir(), "chromeactions.txt")
  /external/chromium_org/base/
base.target.darwin-arm.mk 58 base/android/path_utils.cc \
base.target.darwin-mips.mk 58 base/android/path_utils.cc \
base.target.darwin-x86.mk 58 base/android/path_utils.cc \
base.target.linux-arm.mk 58 base/android/path_utils.cc \
base.target.linux-mips.mk 58 base/android/path_utils.cc \
base.target.linux-x86.mk 58 base/android/path_utils.cc \

Completed in 232 milliseconds