Home
last modified time | relevance | path

Searched refs:nonExistFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_multiple_installer_test.cpp348 std::string nonExistFile = RESOURCE_ROOT_PATH + INVALID_BUNDLE; variable
349 ErrCode result = InstallThirdPartyBundle(nonExistFile);
573 std::string nonExistFile = RESOURCE_ROOT_PATH + INVALID_BUNDLE; variable
574 filePaths.emplace_back(nonExistFile);
H A Dbms_bundle_installer_test.cpp438 std::string nonExistFile = RESOURCE_ROOT_PATH + INVALID_BUNDLE; variable
439 bool result = InstallSystemBundle(nonExistFile);
440 EXPECT_FALSE(result) << "the bundle file install success: " << nonExistFile;