Lines Matching refs:normalized_path
470 std::string normalized_path;
472 if (!normalize_path(original_path, &normalized_path)) {
477 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) {
1490 std::string normalized_path;
1491 if (!normalize_path(input_path, &normalized_path)) {
1495 const char* const path = normalized_path.c_str();
1549 normalized_path.c_str());
1550 *realpath = normalized_path;