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

  /external/libchrome/base/metrics/
persistent_histogram_storage_unittest.cc 35 temp_dir_path().AppendASCII(kTestHistogramAllocatorName);
39 const FilePath& temp_dir_path() { return temp_dir_.GetPath(); } function in class:base::PersistentHistogramStorageTest
63 persistent_histogram_storage->set_storage_base_dir(temp_dir_path());
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 62 wchar_t temp_dir_path[ MAX_PATH ] = {0}; local
63 ::GetTempPath(MAX_PATH, temp_dir_path);
64 dump_path_ = temp_dir_path;

Completed in 421 milliseconds