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

  /art/libartbase/base/
common_art_test.cc 50 ScratchFile::ScratchFile() {
61 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix)
62 : ScratchFile(other.GetFilename() + suffix) {}
64 ScratchFile::ScratchFile(const std::string& filename) : filename_(filename) {
70 ScratchFile::ScratchFile(File* file)
    [all...]
common_art_test.h 60 class ScratchFile {
62 ScratchFile();
64 explicit ScratchFile(const std::string& filename);
66 ScratchFile(const ScratchFile& other, const char* suffix);
68 ScratchFile(ScratchFile&& other) noexcept;
70 ScratchFile& operator=(ScratchFile&& other) noexcept;
72 explicit ScratchFile(File* file)
    [all...]

Completed in 137 milliseconds