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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1638 static bool unlink_if_exists(const std::string& file) { function
1722 result = unlink_if_exists(oat_path) && result;
1723 result = unlink_if_exists(create_vdex_filename(oat_path)) && result;
1724 result = unlink_if_exists(create_image_filename(oat_path)) && result;
1731 result = unlink_if_exists(current_profile) && result;
1732 result = unlink_if_exists(reference_profile) && result;

Completed in 220 milliseconds