Searched refs:ChangeDirOwnerRecursively (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 225 static bool ChangeDirOwnerRecursively(const std::string &path, const int uid, const int gid);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_operator_test.cpp | 589 * @tc.desc: 1. calling ChangeDirOwnerRecursively of InstalldOperator
594 auto ret = InstalldOperator::ChangeDirOwnerRecursively("", 0, 0);
in HWTEST_F() 596 ret = InstalldOperator::ChangeDirOwnerRecursively("data/test", 0, -1);
in HWTEST_F() 760 * @tc.desc: 1. calling ChangeDirOwnerRecursively of InstalldOperator
765 auto ret = InstalldOperator::ChangeDirOwnerRecursively(TEST_PATH_ONE, 0, 0);
in HWTEST_F() 767 ret = InstalldOperator::ChangeDirOwnerRecursively("/system/etc/init/bootpic.zip", 0, 0);
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 655 bool InstalldOperator::ChangeDirOwnerRecursively(const std::string &path, const int uid, const int gid) in ChangeDirOwnerRecursively() function in OHOS::AppExecFwk::InstalldOperator 678 ret = ChangeDirOwnerRecursively(subPath, uid, gid); in ChangeDirOwnerRecursively() 867 if (!ChangeDirOwnerRecursively(path, uid, gid)) { in MkOwnerDir() 868 LOG_E(BMS_TAG_INSTALLD, "ChangeDirOwnerRecursively failed, errno: %{public}d", errno); in MkOwnerDir()
|
Completed in 8 milliseconds