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