Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 25 of 139) sorted by relevance

123456

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.cpp100 bool Extractor::ExtractByName(const std::string &fileName, std::ostream &dest) const in ExtractByName() argument
111 bool Extractor::ExtractFile(const std::string &fileName, const std::string &targetPath) const in ExtractFile() argument
135 std::unique_ptr<FileMapper> Extractor::GetData(const std::string &fileName, bool) const in GetData() argument
141 std::shared_ptr<FileMapper> Extractor::GetSafeData(const std::string &fileName) in GetSafeData()
151 std::unique_ptr<FileMapper> Extractor::GetMmapData(const std::string &fileName) in GetMmapData()
166 bool Extractor::ExtractToBufByName(const std::string &fileName, std::unique_ptr<uint8_t[]> &dataPtr, in ExtractToBufByName()
173 bool Extractor::GetFileInfo(const std::string &fileName, FileInfo &fileInfo) const in GetFileInfo() argument
Dfile_mapper.cpp41 bool FileMapper::CreateFileMapper(const std::string &fileName, bool compress, in CreateFileMapper()
77 …ileMapper::CreateFileMapper(std::shared_ptr<ZipFileReader> fileReader, const std::string &fileName, in CreateFileMapper()
/arkcompiler/runtime_core/static_core/runtime/
Drelayout_profiler.cpp31 PandaString fileName = file.first.substr(pos, file.first.length() - pos); in WriteProfileData() local
69 void RelayoutProfiler::AddProfileItem(const std::string &fileName, const std::string &item, Relayou… in AddProfileItem()
84 std::string fileName = in AddProfileClassItem() local
92 std::string fileName = method->GetPandaFile()->GetFilename(); in AddProfileCodeItem() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp77 const CString fileName = "test.pa"; in HWTEST_F_L0() local
87 const CString fileName = "test.pa"; in HWTEST_F_L0() local
98 const CString fileName = "test.pa"; in HWTEST_F_L0() local
111 const CString fileName = "test.pa"; in HWTEST_F_L0() local
127 const CString fileName = "test.pa"; in HWTEST_F_L0() local
161 const CString fileName = "test.pa"; in HWTEST_F_L0() local
211 const CString fileName = "test.pa"; in HWTEST_F_L0() local
244 const CString fileName = "test.pa"; in HWTEST_F_L0() local
278 const CString fileName = "test.pa"; in HWTEST_F_L0() local
293 const CString fileName = "test.pa"; in HWTEST_F_L0() local
[all …]
Djs_pandafile_executor_test.cpp61 const char *fileName = "__JSPandaFileExecutorTest1.abc"; in HWTEST_F_L0() local
96 const char *fileName = "__JSPandaFileExecutorTest2.abc"; in HWTEST_F_L0() local
133 const char *fileName = "__JSPandaFileExecutorTest3.abc"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.cpp30 FileStream::FileStream(const std::string &fileName) in FileStream()
52 void FileStream::Initialize(const std::string &fileName) in Initialize()
67 std::pair<bool, std::string> FileStream::FilePathValid(const std::string &fileName) in FilePathValid()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.cpp54 void AnFileDataManager::SafeDestroyAnData(const std::string &fileName) in SafeDestroyAnData()
66 bool AnFileDataManager::SafeLoad(const std::string &fileName, Type type) in SafeLoad()
115 bool AnFileDataManager::UnsafeLoadFromAOT(const std::string &fileName) in UnsafeLoadFromAOT()
129 uint32_t AnFileDataManager::UnSafeGetFileInfoIndex(const std::string &fileName) in UnSafeGetFileInfoIndex()
138 uint32_t AnFileDataManager::SafeGetFileInfoIndex(const std::string &fileName) in SafeGetFileInfoIndex()
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.cpp22 CString PathHelper::NormalizePath(const CString &fileName) in NormalizePath()
63 JSHandle<EcmaString> PathHelper::ResolveDirPath(JSThread *thread, CString fileName) in ResolveDirPath()
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/functions/
DGetScriptKind.ts20 const fileName = srcFile.fileName constant
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp45 const panda_file::File *GetPandaFile(const ClassLinker &classLinker, std::string_view fileName) in GetPandaFile()
166 [&](auto &fileName) { return fileName == file.GetValue(); }); in Main()
186 std::string fileName = file.GetValue(); in Main() local
/arkcompiler/ets_frontend/arkguard/test/grammar/rename_file_name/from-with-directory/
Dfile1.Y.Z.ts27 const fileName: string = path.basename(__filename); constant
Dimport_dir.ts31 const fileName: string = path.basename(__filename); constant
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h71 …sion *CreateFormattedExpression(std::string_view const sourceCode, std::string_view const fileName, in CreateFormattedExpression()
89std::string_view const fileName, Args &&...args) in CreateFormattedStatements()
357 …ement *CreateFormattedStatement(std::string_view const sourceCode, std::string_view const fileName, in CreateFormattedStatement()
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_external.h38 const std::string &fileName) in OpenPandafileFromMemory()
53 …que_ptr<PandaFileWrapper> OpenPandafileFromFd(int fd, uint64_t offset, const std::string &fileName) in OpenPandafileFromFd()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.cpp46 for (const auto &fileName : apFileNames) { in MergeApFiles() local
86 for (const auto &fileName : pandaFileNames) { in MergeApFiles() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp35 void Snapshot::Serialize(const CString &fileName) in Serialize()
47 …hot::Serialize(TaggedObject *objectHeader, const JSPandaFile *jsPandaFile, const CString &fileName) in Serialize()
76 void Snapshot::Serialize(uintptr_t startAddr, size_t size, const CString &fileName) in Serialize()
104 void Snapshot::SerializeBuiltins(const CString &fileName) in SerializeBuiltins()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Dmock_test_helper.h29 explicit MockEtsNapiTestBaseClass(const char *fileName) : testBinFileName_(fileName) {}; in MockEtsNapiTestBaseClass()
/arkcompiler/toolchain/tooling/base/
Dpt_script.cpp21 PtScript::PtScript(ScriptId scriptId, const std::string &fileName, const std::string &url, const st… in PtScript()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dir_module.cpp24 std::string fileName = jsPandaFile->GetFileName(); in GetFuncName() local
/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_cache_test.cpp66 JSHandle<JSTaggedValue> fileName(factory->NewFromUtf8("ark/js_runtime/test.js")); in HWTEST_F_L0() local
93 JSHandle<JSTaggedValue> fileName(factory->NewFromUtf8("ark/js_runtime/test.js")); in HWTEST_F_L0() local
Djs_cjs_manager_test.cpp67 JSHandle<JSTaggedValue> fileName(factory->NewFromUtf8("ark/js_runtime/test.js")); in HWTEST_F_L0() local
95 JSHandle<JSTaggedValue> fileName(factory->NewFromUtf8("ark/js_runtime/test.js")); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_writer.cpp21 FileWriter::FileWriter(const std::string &fileName) : checksum_(adler32(0, nullptr, 0)) in FileWriter()
/arkcompiler/ets_runtime/test/fuzztest/startcpuprofilerforfile_fuzzer/
Dstartcpuprofilerforfile_fuzzer.cpp33 std::string fileName(data, data + size); in StartCpuProfilerForFileFuzzTest() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.cpp86 …::unique_ptr<const panda_file::File> AsmTest::ParseToFile(const char *source, const char *fileName) in ParseToFile()
99 bool AsmTest::Parse(const char *source, const char *fileName) in Parse()
/arkcompiler/ets_runtime/test/fuzztest/snapshotserializebuiltins_fuzzer/
Dsnapshotserializebuiltins_fuzzer.cpp28 const CString fileName = "builtins.snapshot"; in SnapshotSerializeBuiltinsFuzzTest() local

123456