Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 52) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp54 const JSPandaFile *JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &filename, in LoadJSPandaFile()
86 const JSPandaFile *JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &filename, in LoadJSPandaFile()
132 const JSPandaFile *JSPandaFileManager::FindJSPandaFileWithChecksum(const CString &filename, uint32_… in FindJSPandaFileWithChecksum()
146 const JSPandaFile *JSPandaFileManager::FindJSPandaFileUnlocked(const CString &filename) in FindJSPandaFileUnlocked()
158 const JSPandaFile *JSPandaFileManager::FindJSPandaFile(const CString &filename) in FindJSPandaFile()
178 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in InsertJSPandaFile() local
187 auto const filename = jsPandaFile->GetJSPandaFileDesc(); in IncreaseRefJSPandaFileUnlocked() local
204 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in DecreaseRefJSPandaFile() local
218 void JSPandaFileManager::ObsoleteLoadedJSPandaFile(const CString &filename) in ObsoleteLoadedJSPandaFile()
236 JSPandaFile *JSPandaFileManager::OpenJSPandaFile(const CString &filename) in OpenJSPandaFile()
[all …]
Djs_pandafile_executor.cpp29 …STaggedValue, bool> JSPandaFileExecutor::ExecuteFromFile(JSThread *thread, const CString &filename, in ExecuteFromFile()
108 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer()
129 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer()
170 bool isBundle, const CString &filename, const CString &entry, const void *buffer, size_t size) in CommonExecuteBuffer()
/arkcompiler/runtime_core/irtoc/lang/
Dirtoc.rb113 def include_relative(filename) argument
125 def read_plugin(filename) argument
136 def preprocess(filename, output_filename) argument
Dinstructions_data.rb22 def self.setup(filename) argument
/arkcompiler/runtime_core/tests/fuzztest/openuncompressedarchive_fuzzer/
Dopenuncompressedarchive_fuzzer.cpp21 void CloseAndRemoveZipFile(panda::ZipArchiveHandle &handle, FILE *fp, const char *filename) in CloseAndRemoveZipFile()
32 const char *filename = panda::panda_file::ARCHIVE_FILENAME; in OpenUncompressedArchiveFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp34JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) in InitializeModule()
49 …STaggedValue> CjsModule::SearchFromModuleCache(JSThread *thread, JSHandle<JSTaggedValue> &filename) in SearchFromModuleCache()
75 …ule::PutIntoCache(JSThread *thread, JSHandle<CjsModule> &module, JSHandle<JSTaggedValue> &filename) in PutIntoCache()
105 JSMutableHandle<JSTaggedValue> filename(thread, JSTaggedValue::Undefined()); in Load() local
Djs_require_manager.cpp33 JSHandle<JSTaggedValue> filename = cjsInfo.filenameHdl; in InitializeCommonJS() local
65 JSHandle<JSTaggedValue> filename = cjsInfo.filenameHdl; in CollectExecutedExp() local
/arkcompiler/runtime_core/libziparchive/tests/
Dlibziparchive_tests.cpp88 static void UnzipFileCheckDirectory(const char *archivename, char *filename, int level = Z_BEST_COM… in UnzipFileCheckDirectory()
141 static void UnzipFileCheckTxt(const char *archivename, char *filename, const char *data, int N, cha… in UnzipFileCheckTxt()
259 static void UnzipFileCheckPandaFile(const char *archivename, char *filename, std::vector<uint8_t> &… in UnzipFileCheckPandaFile()
373 static void UnzipFileCheckInDirectory(const char *archivename, char *filename, const char *data, in… in UnzipFileCheckInDirectory()
604 char filename[MAX_DIR_SIZE]; variable
659 char filename[MAX_DIR_SIZE]; variable
702 char filename[MAX_DIR_SIZE]; variable
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py76 def read(filename): argument
/arkcompiler/runtime_core/verification/cache/
Dresults_cache.cpp29 std::string filename; member
47 void VerificationResultCache::Initialize(const std::string &filename) in Initialize()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dlibrary_loader_load.cpp27 Expected<LibraryHandle, Error> Load(std::string_view filename) in Load()
Dfile.cpp47 File Open(std::string_view filename, Mode mode) in Open()
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp177 std::string filename = os::GetAbsolutePath(aot_fname.GetFileName()); in TEST_F() local
224 std::string filename = os::GetAbsolutePath(aot_fname.GetFileName()); in TEST_F() local
256 std::string filename = os::GetAbsolutePath(aot_fname.GetFileName()); in TEST_F() local
294 std::string filename = os::GetAbsolutePath(panda_fname.GetFileName()); in TEST_F() local
347 std::string filename = os::GetAbsolutePath(panda_fname.GetFileName()); in TEST_F() local
/arkcompiler/runtime_core/tests/fuzztest/open_fuzzer/
Dopen_fuzzer.cpp22 const char *filename = "__OpenFuzzTest_data.tmp"; in OpenFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/readosfile_fuzzer/
Dreadosfile_fuzzer.cpp24 const char *filename = "__OpenFuzzTest_data.tmp"; in ReadOsFileFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/writebyte_fuzzer/
Dwritebyte_fuzzer.cpp23 const char *filename = "__WriteByteFuzzTest_data.tmp"; in WriteByteFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/openarchive_fuzzer/
Dopenarchive_fuzzer.cpp25 const char *filename = "__OpenArchiveFuzzTest_tmp.data"; in OpenArchiveFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/checkheader_fuzzer/
Dcheckheader_fuzzer.cpp23 const char *filename = "__ChechHeaderFuzzTest_data.tmp"; in CheckHeaderFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp109 void StubFileGenerator::SaveStubFile(const std::string &filename) in SaveStubFile()
117 void AOTFileGenerator::SaveAOTFile(const std::string &filename) in SaveAOTFile()
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp161 auto filename = locations[i]; in ValidateCompilerOptions() local
182 … std::string filename = GetFileLocation(*bpf, paoc_->paoc_options_->GetPaocBootLocation()); in ValidateCompilerOptions() local
351 std::string filename; in StartAotFile() local
805 auto &filename = pfile_ref.GetFilename(); in GetFileLocation() local
817 bool Paoc::CompareBootFiles(std::string filename, std::string paoc_location) in CompareBootFiles()
846 std::string filename = GetFileLocation(*pfile, paoc_options_->GetPaocLocation()); in LoadPandaFiles() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dlibrary_loader.cpp21 Expected<LibraryHandle, Error> Load(std::string_view filename) in Load()
/arkcompiler/runtime_core/verification/config/
Dconfig_load.cpp61 bool LoadConfig(std::string_view filename) in LoadConfig()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp394 File::File(std::string filename, os::mem::ConstBytePtr &&base) in File()
451 std::unique_ptr<const File> File::Open(std::string_view filename, OpenMode open_mode) in Open()
488 std::unique_ptr<const File> File::OpenUncompressedArchive(int fd, const std::string_view &filename,… in OpenUncompressedArchive()
527 bool CheckHeader(const os::mem::ConstBytePtr &ptr, const std::string_view &filename) in CheckHeader()
604 …unique_ptr<const File> File::OpenFromMemory(os::mem::ConstBytePtr &&ptr, std::string_view filename) in OpenFromMemory()
637 uint32_t File::CalcFilenameHash(const std::string &filename) in CalcFilenameHash()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp65 const char *filename = "__PandaFileTranslatorTest.pa"; in HWTEST_F_L0() local
108 const char *filename = "__PandaFileTranslatorTest.pa"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp100 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile()
156 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t buf_… in CreateOrAddFileIntoZip()

123