Home
last modified time | relevance | path

Searched refs:jsPandaFileDesc (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_file_path.cpp59 std::string jsPandaFileDesc = jsPandaFile->GetJSPandaFileDesc().c_str(); in GetHapName() local
60 if (jsPandaFileDesc.find(JSPandaFile::MERGE_ABC_NAME) == std::string::npos) { in GetHapName()
64 auto found = jsPandaFileDesc.find(JSPandaFile::BUNDLE_INSTALL_PATH); in GetHapName()
68 std::string subPath = jsPandaFileDesc.substr(sizeof(JSPandaFile::BUNDLE_INSTALL_PATH) - 1); in GetHapName()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp287 std::string jsPandaFileDesc = jsPandaFile->GetJSPandaFileDesc().c_str(); in GetAnFileIndex() local
288 std::string baseName = JSFilePath::GetFileName(jsPandaFileDesc); in GetAnFileIndex()

Completed in 3 milliseconds