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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1943 char a_path[PKG_PATH_MAX]; local
1944 if (!calculate_oat_file_path(a_path, oat_dir, apk_path, instruction_set)) {
1949 std::string b_path = StringPrintf("%s.b", a_path);
1968 if (!unlink_and_rename(b_path.c_str(), a_path)) {

Completed in 33 milliseconds