Home
last modified time | relevance | path

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

/build/tools/atree/
Dfs.cpp67 bool is_directory = (ent->d_type == DT_DIR); in remove_recursively() local
72 bool is_directory = S_ISDIR(stat_buf.st_mode); in remove_recursively() local
74 if (is_directory) { in remove_recursively()
Dfiles.cpp451 bool is_directory = (ent->d_type == DT_DIR); in list_dir() local
456 bool is_directory = S_ISDIR(stat_buf.st_mode); in list_dir() local
458 add_more(entry, is_directory, rec, more); in list_dir()
459 if (is_directory) { in list_dir()