Searched refs:new_path (Results 1 – 1 of 1) sorted by relevance
617 FilePath new_path = path.RemoveExtension(); in FileMakeVisible() local618 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()