Searched refs:create_cache_path_default (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.h | 130 bool create_cache_path_default(char path[PKG_PATH_MAX], const char *src,
|
D | installd.cpp | 65 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
|
D | dexopt.cpp | 2752 bool create_cache_path_default(char path[PKG_PATH_MAX], const char *src, in create_cache_path_default() function
|
/frameworks/native/cmds/installd/tests/ |
D | installd_service_test.cpp | 65 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
|
D | installd_dexopt_test.cpp | 84 return create_cache_path_default(path, src, instruction_set); in create_cache_path()
|