Searched defs:file_type (Results 1 – 3 of 3) sorted by relevance
11 optional ImageFileType file_type = 1; field21 optional VideoFileType file_type = 1; field
148 let file_type = entry.file_type()?; in add_artifacts() localVariable
406 auto callback = [](const char* child, const struct stat*, int file_type, struct FTW*) -> int { in recursiveRemoveDir()