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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1113 char swap_file_name[PKG_PATH_MAX]; local
1114 strcpy(swap_file_name, out_oat_path);
1115 if (!add_extension_to_file_name(swap_file_name, ".swap")) {
1119 swap_file_name, /*recreate*/true, /*permissions*/0600));
1123 ALOGE("installd could not create '%s' for swap during dexopt\n", swap_file_name);
1126 if (unlink(swap_file_name) < 0) {
1127 PLOG(ERROR) << "Couldn't unlink swap file " << swap_file_name;

Completed in 52 milliseconds