Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
Dfile_util.h31 bool ForceRemoveDirectory(const std::string& dir, bool isDeleteSelf = true);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dfile_util.cpp76 bool ForceRemoveDirectory(const std::string& dir, bool isDeleteSelf) in ForceRemoveDirectory() argument
98 if (isDeleteSelf && !RemoveDirectory(dir)) { in ForceRemoveDirectory()