Home
last modified time | relevance | path

Searched refs:GetHapName (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.h29 static std::string GetHapName(const JSPandaFile *jsPandaFile);
Djs_file_path.cpp57 std::string JSFilePath::GetHapName(const JSPandaFile *jsPandaFile) in GetHapName() function in panda::ecmascript::JSFilePath
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp101 aiFilename += JSFilePath::GetHapName(jsPandaFile) + AOTFileManager::FILE_EXTENSION_AI; in LoadAiFile()
158 std::string hapName = JSFilePath::GetHapName(jsPandaFile); in GetAnFileIndex()