Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h121 void add_cache_files(cache_t* cache, const std::string& data_path);
Dcommands.cpp495 add_cache_files(cache, create_data_user_ce_path(uuid, user)); in free_cache()
496 add_cache_files(cache, create_data_user_de_path(uuid, user)); in free_cache()
497 add_cache_files(cache, in free_cache()
Dutils.cpp782 void add_cache_files(cache_t* cache, const std::string& data_path) { in add_cache_files() function