Home
last modified time | relevance | path

Searched refs:normalized_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
Dandroid_browser_finder.py187 normalized_path = os.path.expanduser(finder_options.browser_executable)
188 exact_package = apk_helper.GetPackageName(normalized_path)
199 normalized_path)
208 normalized_path))
212 (normalized_path, exact_package))
/external/libchrome/base/files/
Dfile_util_posix.cc607 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath() argument
619 *normalized_path = real_path_result; in NormalizeFilePath()