Home
last modified time | relevance | path

Searched refs:removeRes (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmovedir.cpp111 int removeRes = RemovePath(dest); in CopyAndDeleteFile() local
112 if (removeRes != 0) { in CopyAndDeleteFile()
114 return removeRes; in CopyAndDeleteFile()
265 int removeRes = RmDirectory(destStr); in MoveDirFunc() local
266 if (removeRes) { in MoveDirFunc()
268 return removeRes; in MoveDirFunc()
282 int removeRes = RmDirectory(src); in MoveDirFunc() local
283 if (removeRes) { in MoveDirFunc()
285 return removeRes; in MoveDirFunc()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_thread_pool_test.cpp127 void MockRemove(const std::shared_ptr<MockThreadPool> &threadPoolPtr, bool removeRes, int &removeCount) in MockRemove() argument
129 EXPECT_CALL(*threadPoolPtr, Remove).WillRepeatedly([removeRes, &removeCount](const TaskId &taskId, bool) { in MockRemove()
132 return removeRes; in MockRemove()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp541 int removeRes = RemovePath(dest); in CopyAndDeleteFile() local
542 if (removeRes != 0) { in CopyAndDeleteFile()
544 return removeRes; in CopyAndDeleteFile()
646 int removeRes = RmDirectory(destStr); in MoveDirFunc() local
647 if (removeRes) { in MoveDirFunc()
649 return removeRes; in MoveDirFunc()
663 int removeRes = RmDirectory(src); in MoveDirFunc() local
664 if (removeRes) { in MoveDirFunc()
666 return removeRes; in MoveDirFunc()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1805 auto removeRes = RemoveBundleUserData(oldInfo, installParam.isKeepData); in ProcessBundleUninstall() local
1806 if (removeRes != ERR_OK) { in ProcessBundleUninstall()
1807 return removeRes; in ProcessBundleUninstall()

Completed in 14 milliseconds