Home
last modified time | relevance | path

Searched refs:bundleCodeExist (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_uninstaller_test/
H A Dbms_bundle_uninstaller_test.cpp183 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileExist() local
184 EXPECT_EQ(bundleCodeExist, 0); in CheckFileExist()
201 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileNonExist() local
202 EXPECT_NE(bundleCodeExist, 0); in CheckFileNonExist()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_driver_test.cpp223 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckBundleDirExist() local
224 EXPECT_EQ(bundleCodeExist, 0) << "the bundle code dir does not exists: " << BUNDLE_CODE_DIR; in CheckBundleDirExist()
232 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckBundleDirNonExist() local
233 EXPECT_NE(bundleCodeExist, 0) << "the bundle code dir exists: " << BUNDLE_CODE_DIR; in CheckBundleDirNonExist()
H A Dbms_multiple_installer_test.cpp227 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileExist() local
228 EXPECT_EQ(bundleCodeExist, 0) << "the bundle code dir does not exists: " << BUNDLE_CODE_DIR; in CheckFileExist()
236 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileNonExist() local
237 EXPECT_NE(bundleCodeExist, 0) << "the bundle code dir exists: " << BUNDLE_CODE_DIR; in CheckFileNonExist()
H A Dbms_bundle_installer_test.cpp286 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileExist() local
287 EXPECT_EQ(bundleCodeExist, 0) << "the bundle code dir does not exists: " << BUNDLE_CODE_DIR; in CheckFileExist()
295 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileNonExist() local
296 EXPECT_NE(bundleCodeExist, 0) << "the bundle code dir exists: " << BUNDLE_CODE_DIR; in CheckFileNonExist()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp440 int bundleCodeExist = access(HAP_FILE_PATH_BACKUP.c_str(), F_OK); variable
441 EXPECT_EQ(bundleCodeExist, 0);
H A Dbms_install_daemon_test.cpp197 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckBundleDirExist() local
198 if (bundleCodeExist == 0) { in CheckBundleDirExist()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp244 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileExist() local
245 EXPECT_EQ(bundleCodeExist, 0) << "the bundle code dir does not exists: " << BUNDLE_CODE_DIR; in CheckFileExist()
253 int bundleCodeExist = access(BUNDLE_CODE_DIR.c_str(), F_OK); in CheckFileNonExist() local
254 EXPECT_NE(bundleCodeExist, 0) << "the bundle code dir exists: " << BUNDLE_CODE_DIR; in CheckFileNonExist()