Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 13 of 13) sorted by relevance

/developtools/hdc/hdc_rust/src/tar/
Dentry.rs72 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()
Ddecompress.rs35 pub fn file(path: &str) -> Result<Decompress, io::Error> { in file()
Dheader.rs51 type Error = (); typedef
52 fn try_from(value: u8) -> Result<Self, Self::Error> { in try_from() argument
/developtools/hdc/hdc_rust/src/
Dutils.rs51 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()
Dconfig.rs31 type Error = (); typedef
162 type Error = (); typedef
257 type Error = (); typedef
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfFuncAsm.ts198 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/
DDeserializerBase.h157 struct Error struct
160 Error(const std::string &message) : message(message) {} in Error() argument
/developtools/hdc/hdc_rust/src/common/
Dhdcfile.rs236 ) -> 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()
Dhdctransfer.rs171 ) -> 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()
Dforward.rs941 pub async fn canonicalize(path: String) -> Result<String, Error> { in canonicalize() argument
/developtools/hdc/hdc_rust/src/daemon_lib/
Ddaemon_app.rs256 result: Result<Vec<u8>, Error>, in handle_execute_result() argument
/developtools/hdc/hdc_rust/src/transfer/
Duart_wrapper.rs45 type Error = (); typedef
Dbuffer.rs385 pub fn convert_from_message_level(cmd: u8) -> Result<Self, Error> { in convert_from_message_level() argument