Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dexec.rs174 let probe_result = bl.probe(param, &head_buf); in load_binary_file() localVariable
175 if probe_result.is_ok() { in load_binary_file()