Lines Matching refs:a_path
2104 static bool move_ab_path(const std::string& b_path, const std::string& a_path) {
2122 if (!unlink_and_rename(b_path.c_str(), a_path.c_str())) {
2165 char a_path[PKG_PATH_MAX];
2166 if (!calculate_oat_file_path(a_path, oat_dir, apk_path, instruction_set)) {
2169 const std::string a_image_path = create_image_filename(a_path);
2172 const std::string b_path = StringPrintf("%s.%s", a_path, slot_suffix.c_str());
2177 bool oat_success = move_ab_path(b_path, a_path);