Searched defs:create_cache_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.c435 if (create_cache_path(src_dex, src, instruction_set)) return -1;
436 if (create_cache_path(dst_dex, dst, instruction_set)) return -1;
456 if (create_cache_path(dex_path, path, instruction_set)) return -1;
502 if (!create_cache_path(path, apkpath, instruction_set)) {
588 int create_cache_path(char path[PKG_PATH_MAX], const char *src, const char *instruction_set) function
935 if (create_cache_path(out_path, apk_path, instruction_set)) {

Completed in 1819 milliseconds