Searched refs:unlink_and_check (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1879 auto unlink_and_check = [](const char* path) -> bool { local
1892 bool return_value_oat = unlink_and_check(out_path);
1895 bool return_value_art = unlink_and_check(create_image_filename(out_path).c_str());
1898 bool return_value_vdex = unlink_and_check(create_vdex_filename(out_path).c_str());

Completed in 661 milliseconds