Searched refs:a_path (Results 1 – 1 of 1) sorted by relevance
2555 static bool move_ab_path(const std::string& b_path, const std::string& a_path) { in move_ab_path() argument2573 if (!unlink_and_rename(b_path.c_str(), a_path.c_str())) { in move_ab_path()2607 char a_path[PKG_PATH_MAX]; in move_ab() local2608 if (!calculate_oat_file_path(a_path, oat_dir, apk_path, instruction_set)) { in move_ab()2611 const std::string a_vdex_path = create_vdex_filename(a_path); in move_ab()2612 const std::string a_image_path = create_image_filename(a_path); in move_ab()2615 const std::string b_path = StringPrintf("%s.%s", a_path, slot_suffix.c_str()); in move_ab()2622 if (move_ab_path(b_path, a_path)) { in move_ab()