Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp191 std::string zipName = value + "_" + random + ".zip"; in GetZipName() local
193 while (std::filesystem::exists(relativePath + zipName)) { in GetZipName()
195 zipName = value + "_" + random + ".zip"; in GetZipName()
197 LOGI("zipName is %{public}s", zipName.c_str()); in GetZipName()
198 return zipName; in GetZipName()

Completed in 1 milliseconds