Home
last modified time | relevance | path

Searched defs:file_type (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/computepipe/proto/
DInputConfig.proto11 optional ImageFileType file_type = 1; field
21 optional VideoFileType file_type = 1; field
/packages/modules/Virtualization/guest/compsvc/src/
Dcompsvc.rs148 let file_type = entry.file_type()?; in add_artifacts() localVariable
/packages/services/Car/cpp/bugreport/
Dmain.cpp406 auto callback = [](const char* child, const struct stat*, int file_type, struct FTW*) -> int { in recursiveRemoveDir()