Home | History | Annotate | Download | only in system_logs

Lines Matching defs:file_path

43     const base::FilePath& file_path,
51 base::Bind(base::IgnoreResult(&base::DeleteFile), file_path, false),
52 base::Bind(callback, file_path, false));
57 callback.Run(file_path, true);
60 // Stores into |file_path| debug logs in the .tgz format. Calls
64 const base::FilePath& file_path,
69 LOG(ERROR) << "Can't create debug log file: " << file_path.AsUTF8Unsafe()
81 file_path,
205 const base::FilePath& file_path,
207 base::FilePath dir = file_path.DirName();
215 file->Initialize(file_path, flags);
224 base::FilePath file_path =
231 base::Bind(&IntializeLogFile, base::Unretained(file), file_path, flags),
235 file_path,
251 base::FilePath file_path =
255 StartLogRetrieval(file_path, should_compress, kDefaultSequenceName, callback);
265 base::FilePath file_path =
269 StartLogRetrieval(file_path,