Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2332 static bool move_ab_path(const std::string& b_path, const std::string& a_path) { in move_ab_path() argument
2351 if (!unlink_and_rename(b_path.c_str(), a_path.c_str())) { in move_ab_path()
2385 char a_path[PKG_PATH_MAX]; in move_ab() local
2386 if (!calculate_oat_file_path(a_path, oat_dir, apk_path, instruction_set)) { in move_ab()
2389 const std::string a_vdex_path = create_vdex_filename(a_path); in move_ab()
2390 const std::string a_image_path = create_image_filename(a_path); in move_ab()
2393 const std::string b_path = StringPrintf("%s.%s", a_path, slot_suffix.c_str()); in move_ab()
2400 if (move_ab_path(b_path, a_path)) { in move_ab()