Searched refs:normalized_path (Results 1 – 3 of 3) sorted by relevance
1787 normalized_path = normalize_path(dist_path)1788 _uncache(normalized_path, sys.path_importer_cache)1790 _replace_zip_directory_cache_data(normalized_path)1806 _remove_and_clear_zip_directory_cache_data(normalized_path)1809 def _collect_zipimporter_cache_entries(normalized_path, cache): argument1820 prefix_len = len(normalized_path)1823 if (np.startswith(normalized_path) and1829 def _update_zipimporter_cache(normalized_path, cache, updater=None): argument1844 for p in _collect_zipimporter_cache_entries(normalized_path, cache):1861 def _uncache(normalized_path, cache): argument[all …]
736 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath() argument746 *normalized_path = real_path_result; in NormalizeFilePath()
1673 the same filesystem location if they have equal ``normalized_path()``