Searched refs:file_desc_info (Results 1 – 1 of 1) sorted by relevance
61 FdMessage file_desc_info = handle_info.fd_val(0); in ProcessHidlHandleCommand() local62 if (file_desc_info.type() != FILE_TYPE) { in ProcessHidlHandleCommand()67 string filepath = file_desc_info.file_name(); in ProcessHidlHandleCommand()71 if (file_desc_info.file_mode_str() == "r" || in ProcessHidlHandleCommand()72 file_desc_info.file_mode_str() == "rb") { in ProcessHidlHandleCommand()74 } else if (file_desc_info.file_mode_str() == "w" || in ProcessHidlHandleCommand()75 file_desc_info.file_mode_str() == "wb") { in ProcessHidlHandleCommand()78 } else if (file_desc_info.file_mode_str() == "a" || in ProcessHidlHandleCommand()79 file_desc_info.file_mode_str() == "ab") { in ProcessHidlHandleCommand()82 } else if (file_desc_info.file_mode_str() == "r+" || in ProcessHidlHandleCommand()[all …]