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

/external/chromium_org/tools/android/forwarder2/
H A Ddaemon.cc156 Daemon::Daemon(const std::string& log_file_path, argument
161 : log_file_path_(log_file_path),
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_uploader.cc158 base::FilePath log_file_path = local
161 WriteCompressedLogToFile(compressed_log, log_file_path);
354 const base::FilePath& log_file_path) {
357 base::WriteFile(log_file_path,
352 WriteCompressedLogToFile( const std::vector<uint8>& compressed_log, const base::FilePath& log_file_path) argument
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_browsertest.cc398 base::FilePath log_file_path = local
401 EXPECT_TRUE(base::GetFileSize(log_file_path, &size));
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.cc239 base::string16 log_file_path = logging::GetLogFileFullPath(); local
240 if (!log_file_path.empty()) {
243 log_file_path.c_str());

Completed in 467 milliseconds