Home
last modified time | relevance | path

Searched defs:myfile (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libziparchive/tests/
Dlibziparchive_tests.cpp113 FILE *myfile = fopen(archivename, "rbe"); in UnzipFileCheckDirectory() local
161 static void CloseArchiveAndCurrentFile(ZipArchiveHandle zipfile, FILE *myfile) in CloseArchiveAndCurrentFile()
168 …atic std::string OpenArchiveAndCurrentFile(ZipArchiveHandle &zipfile, char *filename, FILE *myfile, in OpenArchiveAndCurrentFile()
194 static std::string ExtractFile(ZipArchiveHandle &zipfile, FILE *myfile, uint32_t uncompressedLength… in ExtractFile()
236 static std::string ExtractPandaFile(ZipArchiveHandle &zipfile, FILE *myfile, uint32_t uncompressedL… in ExtractPandaFile()
292 FILE *myfile = fopen(archivename, "rbe"); in UnzipFileCheckTxt() local
340 FILE *myfile = fopen(archivename, "rbe"); in UnzipFileCheckPandaFile() local
398 FILE *myfile = fopen(archivename, "rbe"); in UnzipFileCheckInDirectory() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp41 panda::os::unix::file::File myfile(fd); in WriterOsFile() local
/arkcompiler/runtime_core/libziparchive/tests/
Dlibziparchive_tests.cpp93 FILE *myfile = fopen(archivename, "rbe"); in UnzipFileCheckDirectory() local
149 FILE *myfile = fopen(archivename, "rbe"); in UnzipFileCheckTxt() local
264 FILE *myfile = fopen(archivename, "rbe"); in UnzipFileCheckPandaFile() local
382 FILE *myfile = fopen(archivename, "rbe"); in UnzipFileCheckInDirectory() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp161 ark::os::unix::file::File myfile(fd); in WriterOsFile() local
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp530 … ark::os::unix::file::File myfile = ark::os::file::Open(filename, ark::os::file::Mode::READWRITE); in MergeAndSave() local