Home
last modified time | relevance | path

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

/build/tools/atree/
Dfs.cpp66 bool is_directory = (ent->d_type == DT_DIR); in remove_recursively() local
67 if (is_directory) { in remove_recursively()
Dfiles.cpp450 bool is_directory = (ent->d_type == DT_DIR); in list_dir() local
451 add_more(entry, is_directory, rec, more); in list_dir()
452 if (is_directory) { in list_dir()