HomeSort by relevance Sort by last modified time
    Searched refs:create_cache_path (Results 1 - 2 of 2) sorted by null

  /frameworks/base/cmds/installd/
installd.h 115 int create_cache_path(char path[PKG_PATH_MAX], const char *src);
commands.c 243 if (create_cache_path(src_dex, src)) return -1;
244 if (create_cache_path(dst_dex, dst)) return -1;
260 if (create_cache_path(dex_path, path)) return -1;
329 if (!create_cache_path(path, apkpath)) {
395 int create_cache_path(char path[PKG_PATH_MAX], const char *src) function
509 if (create_cache_path(dex_path, apk_path)) {

Completed in 74 milliseconds