Searched refs:removeRes (Results 1 – 4 of 4) sorted by relevance
110 int removeRes = RemovePath(dest); in CopyAndDeleteFile() local111 if (removeRes != 0) { in CopyAndDeleteFile()113 return removeRes; in CopyAndDeleteFile()263 int removeRes = RmDirectory(destStr); in MoveDirFunc() local264 if (removeRes) { in MoveDirFunc()266 return removeRes; in MoveDirFunc()280 int removeRes = RmDirectory(src); in MoveDirFunc() local281 if (removeRes) { in MoveDirFunc()283 return removeRes; in MoveDirFunc()
541 int removeRes = RemovePath(dest); in CopyAndDeleteFile() local542 if (removeRes != 0) { in CopyAndDeleteFile()544 return removeRes; in CopyAndDeleteFile()646 int removeRes = RmDirectory(destStr); in MoveDirFunc() local647 if (removeRes) { in MoveDirFunc()649 return removeRes; in MoveDirFunc()663 int removeRes = RmDirectory(src); in MoveDirFunc() local664 if (removeRes) { in MoveDirFunc()666 return removeRes; in MoveDirFunc()
127 void MockRemove(const std::shared_ptr<MockThreadPool> &threadPoolPtr, bool removeRes, int &removeCo… in MockRemove() argument129 …EXPECT_CALL(*threadPoolPtr, Remove).WillRepeatedly([removeRes, &removeCount](const TaskId &taskId,… in MockRemove()132 return removeRes; in MockRemove()
1797 auto removeRes = RemoveBundleUserData(oldInfo, installParam.isKeepData); in ProcessBundleUninstall() local1798 if (removeRes != ERR_OK) { in ProcessBundleUninstall()1799 return removeRes; in ProcessBundleUninstall()