Searched refs:nonExistFile (Results 1 – 2 of 2) sorted by relevance
348 std::string nonExistFile = RESOURCE_ROOT_PATH + INVALID_BUNDLE; variable349 ErrCode result = InstallThirdPartyBundle(nonExistFile);573 std::string nonExistFile = RESOURCE_ROOT_PATH + INVALID_BUNDLE; variable574 filePaths.emplace_back(nonExistFile);
438 std::string nonExistFile = RESOURCE_ROOT_PATH + INVALID_BUNDLE; variable439 bool result = InstallSystemBundle(nonExistFile);440 EXPECT_FALSE(result) << "the bundle file install success: " << nonExistFile;