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

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1770 static bool move_ab_path(const std::string& b_path, const std::string& a_path) { argument
1788 if (!unlink_and_rename(b_path.c_str(), a_path.c_str())) {
1826 char a_path[PKG_PATH_MAX]; local
1827 if (!calculate_oat_file_path(a_path, oat_dir, apk_path, instruction_set)) {
1830 const std::string a_vdex_path = create_vdex_filename(a_path);
1831 const std::string a_image_path = create_image_filename(a_path);
1834 const std::string b_path = StringPrintf("%s.%s", a_path, slot_suffix.c_str());
1841 if (move_ab_path(b_path, a_path)) {

Completed in 23 milliseconds