Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dfile_util.cpp83 DIR* dirPtr = opendir(dir.c_str()); in ForceRemoveDirectory() local
84 if (dirPtr == nullptr) { in ForceRemoveDirectory()
88 while ((dirInfo = readdir(dirPtr)) != nullptr) { in ForceRemoveDirectory()
95 closedir(dirPtr); in ForceRemoveDirectory()
99 closedir(dirPtr); in ForceRemoveDirectory()
111 DIR* dirPtr = opendir(dir.c_str()); in GetDirFiles() local
112 if (dirPtr == nullptr) { in GetDirFiles()
117 while ((ent = readdir(dirPtr)) != nullptr) { in GetDirFiles()
126 closedir(dirPtr); in GetDirFiles()
/base/hiviewdfx/hitrace/utils/
H A Dtrace_utils.cpp127 DIR* dirPtr = opendir(TRACE_DEFAULT_DIR.c_str()); in DelSnapshotTraceFile() local
128 if (dirPtr == nullptr) { in DelSnapshotTraceFile()
135 while ((ptr = readdir(dirPtr)) != nullptr) { in DelSnapshotTraceFile()
150 closedir(dirPtr); in DelSnapshotTraceFile()

Completed in 2 milliseconds