Searched defs:src_dex (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Dcommands.c422 char src_dex[PKG_PATH_MAX]; local
434 if (create_cache_path(src_dex, src, instruction_set)) return -1;
437 ALOGV("move %s -> %s\n", src_dex, dst_dex);
438 if (rename(src_dex, dst_dex) < 0) {
439 ALOGE("Couldn't move %s: %s\n", src_dex, strerror(errno));

Completed in 51 milliseconds