Searched defs:normalized_path (Results 1 – 2 of 2) sorted by relevance
1809 def _collect_zipimporter_cache_entries(normalized_path, cache): argument1829 def _update_zipimporter_cache(normalized_path, cache, updater=None): argument1861 def _uncache(normalized_path, cache): argument1865 def _remove_and_clear_zip_directory_cache_data(normalized_path): argument1887 def _replace_zip_directory_cache_data(normalized_path): argument
736 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath()