Searched refs:create_cache_path (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.c | 435 if (create_cache_path(src_dex, src, instruction_set)) return -1; in move_dex() 436 if (create_cache_path(dst_dex, dst, instruction_set)) return -1; in move_dex() 456 if (create_cache_path(dex_path, path, instruction_set)) return -1; in rm_dex() 502 if (!create_cache_path(path, apkpath, instruction_set)) { in get_size() 588 int create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) in create_cache_path() function 935 if (create_cache_path(out_path, apk_path, instruction_set)) { in dexopt()
|
D | installd.h | 159 int create_cache_path(char path[PKG_PATH_MAX], const char *src,
|