Home
last modified time | relevance | path

Searched refs:GetDirXattr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h105 bool GetDirXattr(const std::string& dir, const std::string& name, std::string& value);
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp415 bool GetDirXattr(const std::string& dir, const std::string& name, std::string& value) in GetDirXattr() function
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Devent_publish.cpp273 if (!FileUtil::GetDirXattr(path, XATTR_NAME, value)) { in CheckAppListenedEvents()