Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp43 …red_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &filename, in LoadJSPandaFile()
115 …red_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &filename, in LoadJSPandaFile()
159 …r<JSPandaFile> JSPandaFileManager::LoadJSPandaFileSecure(JSThread *thread, const CString &filename, in LoadJSPandaFileSecure()
214 …ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileWithChecksum(const CString &filename, uint32_t… in FindJSPandaFileWithChecksum()
242 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileUnlocked(const CString &filename) in FindJSPandaFileUnlocked()
254 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFile(const CString &filename) in FindJSPandaFile()
274 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in AddJSPandaFileVm() local
290 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in InsertJSPandaFileVmUnlocked() local
321 const auto &filename = jsPandaFile->GetJSPandaFileDesc(); in RemoveJSPandaFileVm() local
334 void JSPandaFileManager::ObsoleteLoadedJSPandaFile(const CString &filename) in ObsoleteLoadedJSPandaFile()
[all …]
Djs_pandafile_executor.cpp32 …STaggedValue, bool> JSPandaFileExecutor::ExecuteFromFile(JSThread *thread, const CString &filename, in ExecuteFromFile()
114 …const void *buffer, size_t size, std::string_view entryPoint, const CString &filename, bool needUp… in ExecuteFromBuffer()
144 JSThread *thread, const void *buffer, size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBuffer()
194 bool isBundle, const CString &filename, const CString &entry, const void *buffer, size_t size) in CommonExecuteBuffer()
248 size_t size, std::string_view entryPoint, const CString &filename, bool needUpdate) in ExecuteFromBufferSecure()
275 …gedValue, bool> JSPandaFileExecutor::CommonExecuteBuffer(JSThread *thread, const CString &filename, in CommonExecuteBuffer()
301 size_t size, const CString &filename, bool needUpdate) in ExecuteModuleBufferSecure()
/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/platform/unix/
Dcode_sign.cpp19 void CodeSignForAOTFile(const std::string &filename) in CodeSignForAOTFile()
Ddirectory.cpp29 bool SetFileModeAsDefault([[maybe_unused]] const std::string &filename) in SetFileModeAsDefault()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dcode_sign.cpp19 void CodeSignForAOTFile(const std::string &filename) in CodeSignForAOTFile()
Ddirectory.cpp29 bool SetFileModeAsDefault([[maybe_unused]] const std::string &filename) in SetFileModeAsDefault()
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py76 def read(filename): argument
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dcode_sign.cpp25 void CodeSignForAOTFile(const std::string &filename) in CodeSignForAOTFile()
Ddirectory.cpp35 bool SetFileModeAsDefault(const std::string &filename) in SetFileModeAsDefault()
/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/ets_runtime/tools/circuit_viewer/
Dwebpack.dist.config.js22 filename: 'main.js' property
Dwebpack.debug.config.js23 filename: 'main.js' property
/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/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp28 void AnFileInfo::Save(const std::string &filename, Triple triple) in Save()
50 bool AnFileInfo::Load(const std::string &filename) in Load()
90 void AnFileInfo::TryRemoveAnFile(const char *filename) in TryRemoveAnFile()
/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/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_frontend/es2panda/util/
Dhelpers.h151 std::wstring filename = Helpers::Utf8ToUtf16(str); in FileStream() local
153 std::string filename = str; in FileStream() local
/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

123