Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/pdl/src/
Dtest_utils.rs18 let mut current_exe = std::env::current_exe().unwrap(); in find_binary() localVariable
19 current_exe.pop(); in find_binary()
21 for mut path in std::iter::once(current_exe.clone()).chain(std::env::split_paths(&paths)) { in find_binary()
31 current_exe.to_string_lossy(), in find_binary()