HomeSort by relevance Sort by last modified time
    Searched defs:log_path_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/base/
net_log_logger_unittest.cc 20 log_path_ = temp_dir_.path().AppendASCII("NetLogFile");
25 base::FilePath log_path_; member in class:net::NetLogLoggerTest
31 FILE* file = base::OpenFile(log_path_, "w");
38 ASSERT_TRUE(base::ReadFileToString(log_path_, &input));
53 FILE* file = base::OpenFile(log_path_, "w");
70 ASSERT_TRUE(base::ReadFileToString(log_path_, &input));
85 FILE* file = base::OpenFile(log_path_, "w");
105 ASSERT_TRUE(base::ReadFileToString(log_path_, &input));
  /external/chromium_org/chrome/browser/net/
net_log_temp_file.h 74 // Returns true if |log_path_| exists.
115 // false if initialization of |log_path_| fails.
128 // Updates |log_path_| with base::FilePath to |log_filename_| in the
144 base::FilePath log_path_; // base::FilePath to the temporary file. member in class:NetLogTempFile

Completed in 188 milliseconds