Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dp2p_manager.cc617 FilePath new_path = path.RemoveExtension(); in FileMakeVisible() local
618 LOG_ASSERT(new_path.MatchesExtension(kP2PExtension)); in FileMakeVisible()
619 if (rename(path.value().c_str(), new_path.value().c_str()) != 0) { in FileMakeVisible()
621 << new_path.value(); in FileMakeVisible()