Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/evs/sepolicy/
Devs_app.te9 type evs_app_exec, exec_type, file_type, system_file_type;
13 type evs_app_files, file_type, system_file_type;
Devs_manager.te7 type evs_manager_exec, exec_type, file_type, system_file_type;
Devs_driver.te7 type hal_evs_driver_exec, exec_type, file_type, system_file_type;
/packages/services/Car/car-bugreportd/
Dmain.cpp401 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/
Dpowertestservice.te2 type powertestservice_exec, exec_type, file_type, system_file_type;
/packages/services/Car/car_product/sepolicy/private/
Dprocfsinspector.te2 type procfsinspector_exec, exec_type, file_type, system_file_type;
/packages/services/Car/car_product/sepolicy/public/
Dfile.te8 type system_car_data_file, file_type, data_file_type, core_data_file_type;
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DTableHeaderController.java55 mFileTypeCell = (HeaderCell) tableHeader.findViewById(R.id.file_type); in TableHeaderController()
DSortModel.java64 public static final int SORT_DIMENSION_ID_FILE_TYPE = R.id.file_type;
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DListDocumentHolder.java72 mType = (TextView) itemView.findViewById(R.id.file_type); in ListDocumentHolder()