Home
last modified time | relevance | path

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

/build/tools/atree/
Dfs.cpp70 struct stat stat_buf; in remove_recursively() local
71 stat(full.c_str(), &stat_buf); in remove_recursively()
72 bool is_directory = S_ISDIR(stat_buf.st_mode); in remove_recursively()
Dfiles.cpp454 struct stat stat_buf; in list_dir() local
455 stat(entry.c_str(), &stat_buf); in list_dir()
456 bool is_directory = S_ISDIR(stat_buf.st_mode); in list_dir()