Searched refs:jsPandaFileDesc (Results 1 – 2 of 2) sorted by relevance
59 std::string jsPandaFileDesc = jsPandaFile->GetJSPandaFileDesc().c_str(); in GetHapName() local60 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()
148 std::string jsPandaFileDesc = jsPandaFile->GetJSPandaFileDesc().c_str(); in GetAnFileIndex() local149 std::string baseName = JSFilePath::GetFileName(jsPandaFileDesc); in GetAnFileIndex()