Home
last modified time | relevance | path

Searched refs:DT_DIR (Results 1 – 3 of 3) sorted by relevance

/build/soong/finder/fs/
Dreaddir.go187 DT_DIR = 4 const
204 case DT_DIR:
/build/make/tools/atree/
Dfs.cpp66 bool is_directory = (ent->d_type == DT_DIR); in remove_recursively()
Dfiles.cpp448 bool is_directory = (ent->d_type == DT_DIR); in list_dir()