OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_cache_files
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
utils.h
129
void
add_cache_files
(cache_t* cache, const std::string& data_path);
commands.cpp
540
add_cache_files
(cache, create_data_user_ce_path(uuid, user));
541
add_cache_files
(cache, create_data_user_de_path(uuid, user));
542
add_cache_files
(cache,
[
all
...]
utils.cpp
880
void
add_cache_files
(cache_t* cache, const std::string& data_path) {
function in namespace:android::installd
886
CACHE_NOISY(ALOGI("
add_cache_files
: basepath=%s\n", basepath));
[
all
...]
Completed in 48 milliseconds