Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dcommands.cpp1949 std::string b_path = StringPrintf("%s.b", a_path); in move_ab() local
1954 if (stat(b_path.c_str(), &s) != 0) { in move_ab()
1960 LOG(ERROR) << "A/B artifact " << b_path << " is not a regular file."; in move_ab()
1962 unlink(b_path.c_str()); in move_ab()
1968 if (!unlink_and_rename(b_path.c_str(), a_path)) { in move_ab()
1970 if (unlink(b_path.c_str()) != 0) { in move_ab()
1971 PLOG(ERROR) << "Could not unlink " << b_path; in move_ab()