| /developtools/hdc/hdc_rust/src/tar/ |
| D | entry.rs | 72 pub fn create_from_raw_data(data: &[u8; 512]) -> Result<Self, std::io::Error> { in create_from_raw_data() 137 pub fn write_to_file(&self, path: &Path) -> Result<(), std::io::Error> { in write_to_file() 171 pub fn read_data_to_file(&mut self, _file: &mut fs::File) -> Result<(), std::io::Error> { in read_data_to_file()
|
| D | decompress.rs | 35 pub fn file(path: &str) -> Result<Decompress, io::Error> { in file()
|
| D | header.rs | 51 type Error = (); typedef 52 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() argument
|
| /developtools/hdc/hdc_rust/src/ |
| D | utils.rs | 51 pub fn execute_cmd(cmd: String) -> Result<std::process::Output, Error> { in execute_cmd() argument 67 pub fn error_other(msg: String) -> Error { in error_other()
|
| D | config.rs | 31 type Error = (); typedef 162 type Error = (); typedef 257 type Error = (); typedef
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPerfFuncAsm.ts | 198 const errorMessage = error instanceof Error ? error.message : 'Unknown error'; constant 212 const errorMessage = error instanceof Error ? error.message : 'Unknown error'; constant
|
| /developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/cpp/ |
| D | DeserializerBase.h | 157 struct Error struct 160 Error(const std::string &message) : message(message) {} in Error() argument
|
| /developtools/hdc/hdc_rust/src/common/ |
| D | hdcfile.rs | 236 ) -> Result<bool, Error> { in set_master_parameters() argument 349 pub async fn check_slaver(session_id: u32, channel_id: u32, _payload: &[u8]) -> Result<bool, Error>… in check_slaver() argument 643 pub async fn echo_fail(session_id: u32, channel_id: u32, error: Error, is_checked: bool) { in echo_fail()
|
| D | hdctransfer.rs | 171 ) -> Result<bool, Error> { in check_local_path() argument 538 async fn put_last_error(error: std::io::Error, session_id: u32, channel_id: u32) ->bool { in put_last_error()
|
| D | forward.rs | 941 pub async fn canonicalize(path: String) -> Result<String, Error> { in canonicalize() argument
|
| /developtools/hdc/hdc_rust/src/daemon_lib/ |
| D | daemon_app.rs | 256 result: Result<Vec<u8>, Error>, in handle_execute_result() argument
|
| /developtools/hdc/hdc_rust/src/transfer/ |
| D | uart_wrapper.rs | 45 type Error = (); typedef
|
| D | buffer.rs | 385 pub fn convert_from_message_level(cmd: u8) -> Result<Self, Error> { in convert_from_message_level() argument
|