Home
last modified time | relevance | path

Searched defs:normalized_path (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/command/
Deasy_install.py1809 def _collect_zipimporter_cache_entries(normalized_path, cache): argument
1829 def _update_zipimporter_cache(normalized_path, cache, updater=None): argument
1861 def _uncache(normalized_path, cache): argument
1865 def _remove_and_clear_zip_directory_cache_data(normalized_path): argument
1887 def _replace_zip_directory_cache_data(normalized_path): argument
/external/libchrome/base/files/
Dfile_util_posix.cc736 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath()