/art/runtime/base/unix_file/ |
D | mapped_file_test.cc | 60 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 …]
|
D | fd_file_test.cc | 44 FdFile file; in TEST_F() local 52 FdFile file; in TEST_F() local 71 FdFile file; in TEST_F() local
|
D | random_access_file_test.h | 83 void TestReadContent(const std::string& content, RandomAccessFile* file) { in TestReadContent() 174 virtual void CleanUp(RandomAccessFile* file) { in CleanUp()
|
/art/runtime/ |
D | dex_file_verifier_test.cc | 113 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
|
D | oat_file.cc | 90 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()
|
D | zip_archive_test.cc | 44 std::unique_ptr<File> file(new File(tmp.GetFd(), tmp.GetFilename(), false)); in TEST_F() local
|
D | os_linux.cc | 44 std::unique_ptr<File> file(new File); in OpenFileWithFlags() local
|
D | zip_archive.cc | 43 bool ZipEntry::ExtractToFile(File& file, std::string* error_msg) { in ExtractToFile()
|
D | signal_catcher.cc | 111 std::unique_ptr<File> file(new File(fd, stack_trace_file_, true)); in Output() local
|
D | dex_file_test.cc | 144 std::unique_ptr<File> file(OS::CreateEmptyFile(location)); in OpenDexFileBase64() local 360 ScratchFile file; in TEST_F() local
|
/art/compiler/ |
D | file_output_stream.cc | 26 FileOutputStream::FileOutputStream(File* file) : OutputStream(file->GetPath()), file_(file) {} in FileOutputStream()
|
D | elf_writer.cc | 41 void ElfWriter::GetOatElfInformation(File* file, in GetOatElfInformation()
|
D | elf_stripper.cc | 32 bool ElfStripper::Strip(File* file, std::string* error_msg) { in Strip()
|
D | elf_writer_test.cc | 87 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str())); in TEST_F() local
|
D | compilers.cc | 92 bool QuickCompiler::WriteElf(art::File* file, in WriteElf()
|
D | elf_fixup.cc | 31 bool ElfFixup::Fixup(File* file, uintptr_t oat_data_begin) { in Fixup()
|
D | compiler.cc | 137 bool WriteElf(art::File* file, in WriteElf()
|
D | image_test.cc | 111 std::unique_ptr<File> file(OS::OpenFileForReading(image_file.GetFilename().c_str())); in TEST_F() local
|
/art/runtime/base/ |
D | scoped_flock.cc | 64 bool ScopedFlock::Init(File* file, std::string* error_msg) { in Init()
|
D | bit_vector.cc | 404 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()
|
D | logging.cc | 122 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error) in LogMessageData()
|
D | logging.h | 196 const char* const file; member 207 LogMessage(const char* file, int line, LogSeverity severity, int error) in LogMessage()
|
/art/compiler/sea_ir/debug/ |
D | dot_gen.h | 108 art::File* file = art::OS::CreateEmptyFile(filename.c_str()); in DumpSea() local
|
/art/compiler/utils/ |
D | assembler_test.h | 410 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/ |
D | code_gen.h | 93 void Write(std::string file) { in Write()
|