Searched defs:new_path (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Dp2p_manager.cc625 FilePath new_path = path.RemoveExtension(); local
626 LOG_ASSERT(new_path.MatchesExtension(kP2PExtension));
627 if (rename(path.value().c_str(), new_path.value().c_str()) != 0) {
629 << " to " << new_path.value();

Completed in 38 milliseconds