Searched refs:path_stat (Results 1 – 1 of 1) sorted by relevance
232 struct stat path_stat; in CleanupTraces() local233 stat(path.c_str(), &path_stat); in CleanupTraces()234 if (S_ISREG(path_stat.st_mode)) { in CleanupTraces()236 } else if (S_ISDIR(path_stat.st_mode)) { in CleanupTraces()