Home
last modified time | relevance | path

Searched refs:FindUpward (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/python/google/
Dhttpd_utils.py48 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',
Dplatform_utils_win.py29 self._cygwin_root = google.path_utils.FindUpward(self._base_dir,
115 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',
Dplatform_utils_mac.py80 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',
Dpath_utils.py65 def FindUpward(start_dir, *desired_list): function
Dplatform_utils_linux.py80 cert_file = google.path_utils.FindUpward(self._base_dir, 'tools',