Home
last modified time | relevance | path

Searched refs:ChangeDirOwnerRecursively (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_operator_test.cpp559 auto ret = InstalldOperator::ChangeDirOwnerRecursively("", 0, 0);
561 ret = InstalldOperator::ChangeDirOwnerRecursively("data/test", 0, -1);
728 auto ret = InstalldOperator::ChangeDirOwnerRecursively(TEST_PATH_ONE, 0, 0);
730 ret = InstalldOperator::ChangeDirOwnerRecursively("/system/etc/init/bootpic.zip", 0, 0);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h237 static bool ChangeDirOwnerRecursively(const std::string &path, const int uid, const int gid);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp766 bool InstalldOperator::ChangeDirOwnerRecursively(const std::string &path, const int uid, const int … in ChangeDirOwnerRecursively() function in OHOS::AppExecFwk::InstalldOperator
789 ret = ChangeDirOwnerRecursively(subPath, uid, gid); in ChangeDirOwnerRecursively()
988 if (!ChangeDirOwnerRecursively(path, uid, gid)) { in MkOwnerDir()