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

  /bionic/linker/
linker_utils.cpp 75 bool normalize_path(const char* path, std::string* normalized_path) {
115 *normalized_path = buf;
141 std::string normalized_path; local
142 if (!normalize_path(input_path, &normalized_path)) {
146 const char* const path = normalized_path.c_str();
227 std::string normalized_path; local
229 if (!normalize_path(original_path, &normalized_path)) {
234 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) {
linker_utils.h 41 bool normalize_path(const char* path, std::string* normalized_path);
linker.cpp 938 std::string normalized_path; local
939 if (!normalize_path(input_path, &normalized_path)) {
943 const char* const path = normalized_path.c_str();
997 normalized_path.c_str());
998 *realpath = normalized_path;
    [all...]
  /external/libchrome/base/files/
file_util_posix.cc 627 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) {
639 *normalized_path = real_path_result;

Completed in 290 milliseconds