/arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
D | extractor.cpp | 100 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
|
D | file_mapper.cpp | 41 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/ |
D | relayout_profiler.cpp | 31 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/ |
D | js_pandafile_test.cpp | 77 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 …]
|
D | js_pandafile_executor_test.cpp | 61 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/ |
D | file_stream.cpp | 30 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/ |
D | an_file_data_manager.cpp | 54 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/ |
D | path_helper.cpp | 22 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/ |
D | GetScriptKind.ts | 20 const fileName = srcFile.fileName constant
|
/arkcompiler/runtime_core/static_core/panda/ |
D | panda.cpp | 45 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/ |
D | file1.Y.Z.ts | 27 const fileName: string = path.basename(__filename); constant
|
D | import_dir.ts | 31 const fileName: string = path.basename(__filename); constant
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
D | ETSparser.h | 71 …sion *CreateFormattedExpression(std::string_view const sourceCode, std::string_view const fileName, in CreateFormattedExpression() 89 … std::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/ |
D | panda_file_external.h | 38 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/ |
D | pgo_profiler_manager.cpp | 46 for (const auto &fileName : apFileNames) { in MergeApFiles() local 86 for (const auto &fileName : pandaFileNames) { in MergeApFiles() local
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot.cpp | 35 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/ |
D | mock_test_helper.h | 29 explicit MockEtsNapiTestBaseClass(const char *fileName) : testBinFileName_(fileName) {}; in MockEtsNapiTestBaseClass()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_script.cpp | 21 PtScript::PtScript(ScriptId scriptId, const std::string &fileName, const std::string &url, const st… in PtScript()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ir_module.cpp | 24 std::string fileName = jsPandaFile->GetFileName(); in GetFuncName() local
|
/arkcompiler/ets_runtime/ecmascript/require/tests/ |
D | js_cjs_module_cache_test.cpp | 66 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
|
D | js_cjs_manager_test.cpp | 67 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/ |
D | file_writer.cpp | 21 FileWriter::FileWriter(const std::string &fileName) : checksum_(adler32(0, nullptr, 0)) in FileWriter()
|
/arkcompiler/ets_runtime/test/fuzztest/startcpuprofilerforfile_fuzzer/ |
D | startcpuprofilerforfile_fuzzer.cpp | 33 std::string fileName(data, data + size); in StartCpuProfilerForFileFuzzTest() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | unit_test.cpp | 86 …::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/ |
D | snapshotserializebuiltins_fuzzer.cpp | 28 const CString fileName = "builtins.snapshot"; in SnapshotSerializeBuiltinsFuzzTest() local
|