HomeSort by relevance Sort by last modified time
    Searched refs:normalized_path (Results 1 - 5 of 5) sorted by null

  /bionic/linker/
linker_utils.cpp 20 bool normalize_path(const char* path, std::string* normalized_path) {
60 *normalized_path = buf;
86 std::string normalized_path; local
87 if (!normalize_path(input_path, &normalized_path)) {
91 const char* const path = normalized_path.c_str();
linker_utils.h 23 bool normalize_path(const char* path, std::string* normalized_path);
linker.cpp 470 std::string normalized_path; local
472 if (!normalize_path(original_path, &normalized_path)) {
477 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) {
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_finder.py 194 normalized_path = os.path.expanduser(finder_options.browser_executable)
195 exact_package = apk_helper.GetPackageName(normalized_path)
199 normalized_path)
208 normalized_path))
212 (normalized_path, exact_package))
  /external/libchrome/base/files/
file_util_posix.cc 607 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) {
619 *normalized_path = real_path_result;

Completed in 94 milliseconds