Searched refs:candidate_paths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/android/pylib/utils/
H A Dhost_path_finder.py17 candidate_paths = map(
20 candidate_paths = filter(os.path.exists, candidate_paths)
21 candidate_paths = sorted(candidate_paths, key=os.path.getmtime, reverse=True)
22 candidate_paths.append('')
23 return candidate_paths[0]
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.cc187 static const wchar_t* const candidate_paths[] = { local
194 for (int i = 0; i < arraysize(candidate_paths); ++i) {
196 DWORD result = ::ExpandEnvironmentStringsW(candidate_paths[i],

Completed in 378 milliseconds