Home
last modified time | relevance | path

Searched refs:needClear (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/applypatch/
H A Dstore.cpp59 int32_t Store::CreateNewSpace(const std::string &path, bool needClear) in CreateNewSpace() argument
77 if (!needClear) { in CreateNewSpace()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h91 … int32_t UMountDfsDocs(const std::string &networkId, const std::string &deviceId, bool needClear);
133 bool UMountDfsCountOnly(const std::string &deviceId, bool needClear);
/ohos5.0/base/update/updater/services/include/applypatch/
H A Dstore.h28 static int32_t CreateNewSpace(const std::string &path, bool needClear);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp371 bool DeviceManagerAgent::UMountDfsCountOnly(const std::string &deviceId, bool needClear) in UMountDfsCountOnly() argument
383 if (needClear) { in UMountDfsCountOnly()
529 …agerAgent::UMountDfsDocs(const std::string &networkId, const std::string &deviceId, bool needClear) in UMountDfsDocs() argument
538 if (UMountDfsCountOnly(deviceId, needClear)) { in UMountDfsDocs()