Searched refs:CheckInputModulePath (Results 1 – 3 of 3) sorted by relevance
38 bool CheckInputModulePath(const std::string &hapPath, const std::string &hspPath);
617 EXPECT_FALSE(appPackager.CheckInputModulePath(hapPath, hspPath));637 EXPECT_FALSE(appPackager.CheckInputModulePath(hapPath, hspPath));657 EXPECT_TRUE(appPackager.CheckInputModulePath(hapPath, hspPath));676 EXPECT_TRUE(appPackager.CheckInputModulePath(hapPath, hspPath));693 EXPECT_TRUE(appPackager.CheckInputModulePath(hapPath, hspPath));
193 bool AppPackager::CheckInputModulePath(const std::string &hapPath, const std::string &hspPath) in CheckInputModulePath() function in OHOS::AppPackingTool::AppPackager248 if (!CheckInputModulePath(hapPath, hspPath)) { in GetAndCheckHapPathAndHspPath()