Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h131 void clear_cache_files(const std::string& data_path, cache_t* cache, int64_t free_size);
Dutils.cpp977 void clear_cache_files(const std::string& data_path, cache_t* cache, int64_t free_size) in clear_cache_files() function
Dcommands.cpp604 clear_cache_files(data_path, cache, free_size); in free_cache()