Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2611 const std::string a_vdex_path = create_vdex_filename(a_path); in move_ab() local
2616 const std::string b_vdex_path = StringPrintf("%s.%s", a_vdex_path.c_str(), slot_suffix.c_str()); in move_ab()
2623 if (move_ab_path(b_vdex_path, a_vdex_path)) { in move_ab()