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

  /external/perf_data_converter/src/quipper/
scoped_temp_path.h 31 class ScopedTempFile : public ScopedTempPath {
35 ScopedTempFile();
38 explicit ScopedTempFile(string prefix);
scoped_temp_path.cc 48 ScopedTempFile::ScopedTempFile() : ScopedTempFile(kTempPathTemplatePrefix) {}
50 ScopedTempFile::ScopedTempFile(const string prefix) {
  /external/bsdiff/
test_utils.cc 92 ScopedTempFile::ScopedTempFile(const std::string& pattern) {
96 ScopedTempFile::~ScopedTempFile() {
test_utils.h 38 class ScopedTempFile {
43 explicit ScopedTempFile(const std::string& pattern);
44 ~ScopedTempFile();
  /system/update_engine/common/
test_utils.h 165 class ScopedTempFile {
167 ScopedTempFile() : ScopedTempFile("update_engine_test_temp_file.XXXXXX") {}
169 explicit ScopedTempFile(const std::string& pattern) {

Completed in 94 milliseconds