Searched refs:FindUpward (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/tools/python/google/ |
D | httpd_utils.py | 48 return google.path_utils.FindUpward(start_dir, 'tools', 'python', 56 cygserver_path = google.path_utils.FindUpward(start_dir, 'third_party', 140 cygbin = google.path_utils.FindUpward(cygserver_exe, 'third_party',
|
D | platform_utils_win.py | 29 self._cygwin_root = google.path_utils.FindUpward(self._base_dir, 115 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',
|
D | platform_utils_mac.py | 80 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',
|
D | path_utils.py | 65 def FindUpward(start_dir, *desired_list): function
|
D | platform_utils_linux.py | 80 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',
|