| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_data_manager.cpp | 57 void AnFileDataManager::SafeDestroyAnData(const std::string &fileName) in SafeDestroyAnData() 69 bool AnFileDataManager::SafeLoad(const std::string &fileName, Type type, [[maybe_unused]] std::func… in SafeLoad() 70 (std::string fileName, uint8_t **buff, size_t *buffSize)> cb) in SafeLoad() 103 bool AnFileDataManager::UnsafeLoadFromStub(const std::string &fileName) in UnsafeLoadFromStub() 126 bool AnFileDataManager::UnsafeLoadFromAOTInternal(const std::string &fileName, std::shared_ptr<AnFi… in UnsafeLoadFromAOTInternal() 134 bool AnFileDataManager::UnsafeLoadFromAOT(const std::string &fileName) in UnsafeLoadFromAOT() 146 bool AnFileDataManager::UnsafeLoadFromAOT(const std::string &fileName, std::function<bool in UnsafeLoadFromAOT() 147 (std::string fileName, uint8_t **buff, size_t *buffSize)> cb) in UnsafeLoadFromAOT() 159 uint32_t AnFileDataManager::UnSafeGetFileInfoIndex(const std::string &fileName) in UnSafeGetFileInfoIndex() 168 uint32_t AnFileDataManager::SafeGetFileInfoIndex(const std::string &fileName) in SafeGetFileInfoIndex() [all …]
|
| /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/extractortool/src/ |
| D | extractor.cpp | 98 bool Extractor::ExtractByName(const std::string &fileName, std::ostream &dest) const in ExtractByName() argument 109 bool Extractor::ExtractFile(const std::string &fileName, const std::string &targetPath) const in ExtractFile() argument 136 std::unique_ptr<FileMapper> Extractor::GetData(const std::string &fileName, bool) const in GetData() argument 142 std::shared_ptr<FileMapper> Extractor::GetSafeData(const std::string &fileName) in GetSafeData() 152 std::unique_ptr<FileMapper> Extractor::GetMmapData(const std::string &fileName) in GetMmapData() 167 bool Extractor::ExtractToBufByName(const std::string &fileName, std::unique_ptr<uint8_t[]> &dataPtr, in ExtractToBufByName() 174 bool Extractor::GetFileInfo(const std::string &fileName, FileInfo &fileInfo) const in GetFileInfo() argument
|
| /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 …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.cpp | 22 CString PathHelper::NormalizePath(const CString &fileName) in NormalizePath() 63 CString PathHelper::ResolveDirPath(const CString &fileName) in ResolveDirPath()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | file_stream.cpp | 24 FileStream::FileStream(const std::string &fileName) in FileStream() 46 void FileStream::Initialize(const std::string &fileName) in Initialize() 61 std::pair<bool, std::string> FileStream::FilePathValid(const std::string &fileName) in FilePathValid()
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | framework_helper.h | 61 bool IsFrameworkAbcFile(const std::string& fileName) const in IsFrameworkAbcFile() 75 std::string fileName = CompilerFrameworkAotPath_ + name; in FilePathInit() local
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | llvm_aot_builder.cpp | 21 … const std::string &fileName) in GetSectionsAddresses() 40 … const std::string &fileName) in GetSectionsAddressesImpl()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_filename/keep_filename4/ |
| D | keep_the_filename4_1.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | h.ts | 19 const fileName: string = path.basename(__filename); constant
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_filename/keep_filename1/ |
| D | keep_the_filename1.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | ^$.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | a+{}+[]+^.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | myfilename*.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | no^_keep{}.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | @keep+filename.ts | 19 const fileName: string = path.basename(__filename); constant
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_filename/keep_filename5/ |
| D | no_keep_filename.ts.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | keep_test.ts.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | keep_filename5.ts.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | other_name.ts.ts | 19 const fileName: string = path.basename(__filename); constant
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_filename/keep_filename2/ |
| D | keep_the_filename2.ts | 19 const fileName: string = path.basename(__filename); constant
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_filename/keep_filename6/ |
| D | keep_filename6.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | no_keep_filename8.ts | 19 const fileName: string = path.basename(__filename); constant
|
| D | keep_filename7.ts | 19 const fileName: string = path.basename(__filename); constant
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_filename/keep_filename3/ |
| D | keep_the_filename3.ts | 19 const fileName: string = path.basename(__filename); constant
|