OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindUpward
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/tools/python/google/
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',
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',
path_utils.py
25
'c:\foo\bar'. Unlike
FindUpward
*, this only looks at direct path ancestors.
65
def
FindUpward
(start_dir, *desired_list):
platform_utils_linux.py
80
cert_file = google.path_utils.
FindUpward
(self._base_dir, 'tools',
platform_utils_mac.py
80
cert_file = google.path_utils.
FindUpward
(self._base_dir, 'tools',
Completed in 41 milliseconds