Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 36) sorted by relevance

12

/art/runtime/base/unix_file/
Dmapped_file_test.cc60 void CleanUp(RandomAccessFile* file) OVERRIDE { in CleanUp()
74 MappedFile file; in TEST_F() local
81 MappedFile file; in TEST_F() local
94 MappedFile file(fileno(f), false); in TEST_F() local
101 MappedFile file; in TEST_F() local
113 MappedFile file; in TEST_F() local
130 MappedFile file; in TEST_F() local
150 MappedFile file; in TEST_F() local
156 MappedFile file; in TEST_F() local
162 MappedFile file; in TEST_F() local
[all …]
Dfd_file_test.cc44 FdFile file; in TEST_F() local
52 FdFile file; in TEST_F() local
71 FdFile file; in TEST_F() local
Drandom_access_file_test.h83 void TestReadContent(const std::string& content, RandomAccessFile* file) { in TestReadContent()
174 virtual void CleanUp(RandomAccessFile* file) { in CleanUp()
/art/runtime/
Ddex_file_verifier_test.cc113 std::unique_ptr<File> file(OS::CreateEmptyFile(location)); in OpenDexFileBase64() local
178 std::unique_ptr<File> file(OS::CreateEmptyFile(location)); in FixChecksumAndOpen() local
212 std::unique_ptr<const DexFile> file(FixChecksumAndOpen(dex_bytes.get(), length, location, in ModifyAndLoad() local
Doat_file.cc90 std::unique_ptr<File> file(OS::OpenFileForReading(filename.c_str())); in Open() local
105 OatFile* OatFile::OpenWritable(File* file, const std::string& location, std::string* error_msg) { in OpenWritable()
110 OatFile* OatFile::OpenReadable(File* file, const std::string& location, std::string* error_msg) { in OpenReadable()
127 OatFile* OatFile::OpenElfFile(File* file, in OpenElfFile()
195 bool OatFile::ElfFileOpen(File* file, byte* requested_base, uint8_t* oat_file_begin, in ElfFileOpen()
Dzip_archive_test.cc44 std::unique_ptr<File> file(new File(tmp.GetFd(), tmp.GetFilename(), false)); in TEST_F() local
Dos_linux.cc44 std::unique_ptr<File> file(new File); in OpenFileWithFlags() local
Dzip_archive.cc43 bool ZipEntry::ExtractToFile(File& file, std::string* error_msg) { in ExtractToFile()
Dsignal_catcher.cc111 std::unique_ptr<File> file(new File(fd, stack_trace_file_, true)); in Output() local
Ddex_file_test.cc144 std::unique_ptr<File> file(OS::CreateEmptyFile(location)); in OpenDexFileBase64() local
360 ScratchFile file; in TEST_F() local
/art/compiler/
Dfile_output_stream.cc26 FileOutputStream::FileOutputStream(File* file) : OutputStream(file->GetPath()), file_(file) {} in FileOutputStream()
Delf_writer.cc41 void ElfWriter::GetOatElfInformation(File* file, in GetOatElfInformation()
Delf_stripper.cc32 bool ElfStripper::Strip(File* file, std::string* error_msg) { in Strip()
Delf_writer_test.cc87 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str())); in TEST_F() local
Dcompilers.cc92 bool QuickCompiler::WriteElf(art::File* file, in WriteElf()
Delf_fixup.cc31 bool ElfFixup::Fixup(File* file, uintptr_t oat_data_begin) { in Fixup()
Dcompiler.cc137 bool WriteElf(art::File* file, in WriteElf()
Dimage_test.cc111 std::unique_ptr<File> file(OS::OpenFileForReading(image_file.GetFilename().c_str())); in TEST_F() local
/art/runtime/base/
Dscoped_flock.cc64 bool ScopedFlock::Init(File* file, std::string* error_msg) { in Init()
Dbit_vector.cc404 void BitVector::DumpDotHelper(bool last_entry, FILE* file, std::ostringstream& buffer) const { in DumpDotHelper()
417 void BitVector::DumpDot(FILE* file, const char* prefix, bool last_entry) const { in DumpDot()
423 void BitVector::DumpIndicesDot(FILE* file, const char* prefix, bool last_entry) const { in DumpIndicesDot()
Dlogging.cc122 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error) in LogMessageData()
Dlogging.h196 const char* const file; member
207 LogMessage(const char* file, int line, LogSeverity severity, int error) in LogMessage()
/art/compiler/sea_ir/debug/
Ddot_gen.h108 art::File* file = art::OS::CreateEmptyFile(filename.c_str()); in DumpSea() local
/art/compiler/utils/
Dassembler_test.h410 std::string Objdump(std::string file) { in Objdump()
493 bool DisassembleBinary(std::string file, std::string* error_msg) { in DisassembleBinary()
601 static bool FileExists(std::string file) { in FileExists()
/art/compiler/sea_ir/code_gen/
Dcode_gen.h93 void Write(std::string file) { in Write()

12