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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1831 const std::string a_image_path = create_image_filename(a_path); local
1837 a_image_path.c_str(),
1848 if (!a_image_path.empty()) {
1849 if (!move_ab_path(b_image_path, a_image_path)) {
1850 unlink(a_image_path.c_str());

Completed in 1669 milliseconds