Home
last modified time | relevance | path

Searched refs:isNeedRemoveDir (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h65 static int RemoveAllFilesOfDirectory(const std::string &dir, bool isNeedRemoveDir = true);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp276 int DBCommon::RemoveAllFilesOfDirectory(const std::string &dir, bool isNeedRemoveDir) in RemoveAllFilesOfDirectory() argument
290 if (isNeedRemoveDir) { in RemoveAllFilesOfDirectory()