Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2439 auto unlink_and_check = [](const char* path) -> int64_t { in delete_odex() local
2459 int64_t return_value_oat = unlink_and_check(out_path); in delete_odex()
2462 int64_t return_value_art = unlink_and_check(create_image_filename(out_path).c_str()); in delete_odex()
2465 int64_t return_value_vdex = unlink_and_check(create_vdex_filename(out_path).c_str()); in delete_odex()