HomeSort by relevance Sort by last modified time
    Searched refs:new_kmsg (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/
recovery-persist.cpp 110 std::string new_kmsg(LAST_KMSG_FILE);
111 new_kmsg += "." + std::to_string(i+1);
113 rename(old_kmsg.c_str(), new_kmsg.c_str());
recovery.cpp 479 std::string new_kmsg = android::base::StringPrintf("%s.%d", LAST_KMSG_FILE, i+1); local
480 rename(old_kmsg.c_str(), new_kmsg.c_str());
    [all...]

Completed in 45 milliseconds