Home | History | Annotate | Download | only in installd

Lines Matching refs:create_cache_path

395     if (create_cache_path(src_dex, src)) return -1;
396 if (create_cache_path(dst_dex, dst)) return -1;
412 if (create_cache_path(dex_path, path)) return -1;
456 if (!create_cache_path(path, apkpath)) {
544 int create_cache_path(char path[PKG_PATH_MAX], const char *src)
658 if (create_cache_path(dex_path, apk_path)) {