Home
last modified time | relevance | path

Searched refs:swap_file_name (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp966 auto swap_file_name = out_oat_path + ".swap"; in maybe_open_dexopt_swap_file() local
968 swap_file_name.c_str(), /*recreate*/true, /*permissions*/0600)); in maybe_open_dexopt_swap_file()
972 ALOGE("installd could not create '%s' for swap during dexopt\n", swap_file_name.c_str()); in maybe_open_dexopt_swap_file()
975 if (unlink(swap_file_name.c_str()) < 0) { in maybe_open_dexopt_swap_file()
976 PLOG(ERROR) << "Couldn't unlink swap file " << swap_file_name; in maybe_open_dexopt_swap_file()