Searched defs:modulePathList (Results 1 – 3 of 3) sorted by relevance
478 std::list<std::string> modulePathList; variable495 std::list<std::string> modulePathList = { "dummyPath" }; variable513 std::list<std::string> modulePathList = { "dummyPath" }; variable532 std::list<std::string> modulePathList = { "dummyPath" }; variable
148 bool AppPackager::VerifyIsAppService(const std::list<std::string>& modulePathList) in VerifyIsAppService()
1179 private static boolean verifyIsAppService(List<String> modulePathList) { in verifyIsAppService()