Searched refs:swap_file_name (Results 1 – 1 of 1) sorted by relevance
1065 auto swap_file_name = out_oat_path + ".swap"; in maybe_open_dexopt_swap_file() local1067 swap_file_name.c_str(), /*recreate*/true, /*permissions*/0600)); in maybe_open_dexopt_swap_file()1071 ALOGE("installd could not create '%s' for swap during dexopt\n", swap_file_name.c_str()); in maybe_open_dexopt_swap_file()1074 if (unlink(swap_file_name.c_str()) < 0) { in maybe_open_dexopt_swap_file()1075 PLOG(ERROR) << "Couldn't unlink swap file " << swap_file_name; in maybe_open_dexopt_swap_file()