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

  /art/runtime/base/
scoped_flock_test.cc 26 ScratchFile scratch_file;
  /art/runtime/
common_runtime_test.h 38 class ScratchFile {
40 ScratchFile();
42 ScratchFile(const ScratchFile& other, const char* suffix);
44 explicit ScratchFile(File* file);
46 ~ScratchFile();
common_runtime_test.cc 54 ScratchFile::ScratchFile() {
65 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) {
73 ScratchFile::ScratchFile(File* file) {
79 ScratchFile::~ScratchFile() {
83 int ScratchFile::GetFd() const
    [all...]
dex_file_verifier_test.cc 152 ScratchFile tmp;
220 ScratchFile tmp;
229 ScratchFile tmp;
238 ScratchFile tmp;
zip_archive_test.cc 42 ScratchFile tmp;
dex_file_test.cc 168 ScratchFile tmp;
360 ScratchFile file;
  /art/compiler/
output_stream_test.cc 64 ScratchFile tmp;
77 ScratchFile tmp;
image_test.cc 48 ScratchFile location;
49 ScratchFile image_location(location, ".art");
58 ScratchFile image_file(OS::CreateEmptyFile(image_filename.c_str()));
62 ScratchFile oat_file(OS::CreateEmptyFile(oat_filename.c_str()));
oat_test.cc 117 ScratchFile tmp;
  /art/compiler/utils/
swap_space_test.cc 35 ScratchFile scratch;
assembler_test.h 22 #include "common_runtime_test.h" // For ScratchFile
210 // Fake a runtime test for ScratchFile
686 ScratchFile tmp;
assembler_thumb_test.cc 150 ScratchFile file;
    [all...]
  /art/runtime/base/unix_file/
fd_file_test.cc 19 #include "common_runtime_test.h" // For ScratchFile
70 art::ScratchFile tmp;

Completed in 145 milliseconds