Searched defs:modulePathList (Results 1 – 3 of 3) sorted by relevance
480 std::list<std::string> modulePathList; variable497 std::list<std::string> modulePathList = { "dummyPath" }; variable515 std::list<std::string> modulePathList = { "dummyPath" }; variable534 std::list<std::string> modulePathList = { "dummyPath" }; variable
152 bool AppPackager::VerifyIsAppService(const std::list<std::string>& modulePathList) in VerifyIsAppService()
1403 private static boolean verifyIsAppService(List<String> modulePathList) { in verifyIsAppService()