Searched refs:file_type (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/evs/sepolicy/ |
D | evs_app.te | 9 type evs_app_exec, exec_type, file_type, system_file_type; 13 type evs_app_files, file_type, system_file_type;
|
D | evs_manager.te | 7 type evs_manager_exec, exec_type, file_type, system_file_type;
|
D | evs_driver.te | 7 type hal_evs_driver_exec, exec_type, file_type, system_file_type;
|
/packages/services/Car/car-bugreportd/ |
D | main.cpp | 401 auto callback = [](const char* child, const struct stat*, int file_type, struct FTW*) -> int { in recursiveRemoveDir() argument 402 if (file_type == FTW_DP) { in recursiveRemoveDir() 407 } else if (file_type == FTW_F) { in recursiveRemoveDir()
|
/packages/services/Car/car_product/sepolicy/test/ |
D | powertestservice.te | 2 type powertestservice_exec, exec_type, file_type, system_file_type;
|
/packages/services/Car/car_product/sepolicy/private/ |
D | procfsinspector.te | 2 type procfsinspector_exec, exec_type, file_type, system_file_type;
|
/packages/services/Car/car_product/sepolicy/public/ |
D | file.te | 8 type system_car_data_file, file_type, data_file_type, core_data_file_type;
|
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
D | TableHeaderController.java | 55 mFileTypeCell = (HeaderCell) tableHeader.findViewById(R.id.file_type); in TableHeaderController()
|
D | SortModel.java | 64 public static final int SORT_DIMENSION_ID_FILE_TYPE = R.id.file_type;
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | ListDocumentHolder.java | 72 mType = (TextView) itemView.findViewById(R.id.file_type); in ListDocumentHolder()
|