Searched refs:BACKUP_TOOL_RECEIVE_DIR (Results 1 – 10 of 10) sorted by relevance
73 … string cmdMkdir = string("mkdir -p ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME;77 …string touchTar = string("touch ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME + FI…79 …string touchManage = string("touch ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME +…702 string cmdMkdir = string("mkdir -p ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data();727 string path = string(BConstants::BACKUP_TOOL_RECEIVE_DIR.data()) + "/tmp";931 … string cmdMkdir = string("mkdir -p ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME;958 … string cmdMkdir = string("mkdir -p ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME;
339 string cmdusermod = string("usermod -u 1000") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data();345 rmdir((BConstants::BACKUP_TOOL_RECEIVE_DIR).data());
67 … string cmdMkdir = string("mkdir -p ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME;71 …string touchTar = string("touch ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME + FI…73 …string touchManage = string("touch ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME +…
76 … string cmdMkdir = string("mkdir -p ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME;80 …string touchTar = string("touch ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME + FI…82 …string touchManage = string("touch ") + BConstants::BACKUP_TOOL_RECEIVE_DIR.data() + BUNDLE_NAME +…
169 std::string wholePath = string(BConstants::BACKUP_TOOL_RECEIVE_DIR) + bundleName;
131 string tmpPath = string(BConstants::BACKUP_TOOL_RECEIVE_DIR) + fileInfo.owner; in OnFileReady()233 if (access((BConstants::BACKUP_TOOL_RECEIVE_DIR).data(), F_OK) != 0 && in InitPathCapFile()234 mkdir((BConstants::BACKUP_TOOL_RECEIVE_DIR).data(), S_IRWXU) != 0) { in InitPathCapFile()
92 path = string(isWholeRestore? BConstants::BACKUP_TOOL_RECEIVE_DIR : in GetFIleNums()
126 …string tmpPath = string(BConstants::BACKUP_TOOL_RECEIVE_DIR) + fileInfo.owner + "/" + fileInfo.fil… in OnFileReady()215 string path = string(BConstants::BACKUP_TOOL_RECEIVE_DIR) + bundleName; in RestoreApp()
110 …string tmpPath = string(BConstants::BACKUP_TOOL_RECEIVE_DIR) + fileInfo.owner + "/" + formatFileNa… in OnFileReady()257 string path = string(BConstants::BACKUP_TOOL_RECEIVE_DIR) + bundleName; in RestoreApp()
124 static inline std::string_view BACKUP_TOOL_RECEIVE_DIR = "/data/backup/received/"; variable