Searched refs:normalized_path (Results 1 – 3 of 3) sorted by relevance
75 bool normalize_path(const char* path, std::string* normalized_path) { in normalize_path() argument115 *normalized_path = buf; in normalize_path()141 std::string normalized_path; in parse_zip_path() local142 if (!normalize_path(input_path, &normalized_path)) { in parse_zip_path()146 const char* const path = normalized_path.c_str(); in parse_zip_path()227 std::string normalized_path; in resolve_paths() local229 if (!normalize_path(original_path, &normalized_path)) { in resolve_paths()234 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) { in resolve_paths()
41 bool normalize_path(const char* path, std::string* normalized_path);
929 std::string normalized_path; in open_library_in_zipfile() local930 if (!normalize_path(input_path, &normalized_path)) { in open_library_in_zipfile()934 const char* const path = normalized_path.c_str(); in open_library_in_zipfile()988 normalized_path.c_str()); in open_library_in_zipfile()989 *realpath = normalized_path; in open_library_in_zipfile()