Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/process/
Dexec.rs173 let probe_result = bl.probe(param, &head_buf); in load_binary_file() localVariable
174 if probe_result.is_ok() { in load_binary_file()