Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/log/
H A Dfile_net_log_observer.cc306 const base::FilePath inprogress_dir_path_; member in net::FileNetLogObserver::FileWriter
556 inprogress_dir_path_(inprogress_dir_path), in FileWriter()
656 base::DeletePathRecursively(inprogress_dir_path_); in DeleteAllFiles()
694 return inprogress_dir_path_.AppendASCII( in GetEventFilePath()
699 return inprogress_dir_path_.AppendASCII("constants.json"); in GetConstantsFilePath()
703 return inprogress_dir_path_.AppendASCII("end_netlog.json"); in GetClosingFilePath()
791 base::DeletePathRecursively(inprogress_dir_path_); in StitchFinalLogFile()
804 if (!base::CreateDirectory(inprogress_dir_path_)) { in CreateInprogressDirectory()
806 << inprogress_dir_path_.value(); in CreateInprogressDirectory()
812 std::string in_progress_path = inprogress_dir_path_.AsUTF8Unsafe(); in CreateInprogressDirectory()