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()229 std::string normalized_path; in resolve_path() local230 if (!normalize_path(original_path, &normalized_path)) { in resolve_path()237 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) { in resolve_path()247 if (stat(normalized_path.c_str(), &s) == 0 && S_ISDIR(s.st_mode)) { in resolve_path()250 return normalized_path; in resolve_path()
40 bool normalize_path(const char* path, std::string* normalized_path);
885 std::string normalized_path; in open_library_in_zipfile() local886 if (!normalize_path(input_path, &normalized_path)) { in open_library_in_zipfile()890 const char* const path = normalized_path.c_str(); in open_library_in_zipfile()945 normalized_path.c_str()); in open_library_in_zipfile()947 *realpath = normalized_path; in open_library_in_zipfile()