Home
last modified time | relevance | path

Searched refs:normalized_path (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/setuptools/command/
Deasy_install.py1787 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): argument
1820 prefix_len = len(normalized_path)
1823 if (np.startswith(normalized_path) and
1829 def _update_zipimporter_cache(normalized_path, cache, updater=None): argument
1844 for p in _collect_zipimporter_cache_entries(normalized_path, cache):
1861 def _uncache(normalized_path, cache): argument
[all …]
/external/libchrome/base/files/
Dfile_util_posix.cc736 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath() argument
746 *normalized_path = real_path_result; in NormalizeFilePath()
/external/python/setuptools/docs/
Dpkg_resources.txt1673 the same filesystem location if they have equal ``normalized_path()``