commit | 47e0a9298874d3d47dd4d2ce980adce7df3ad730 | [log] [tgz] |
---|---|---|
author | easoncylee <[email protected]> | Tue Jul 06 11:41:00 2021 +0800 |
committer | easoncylee <[email protected]> | Tue Jul 06 11:41:00 2021 +0800 |
tree | 84c72c51a7e0fabdbf640685667a721048bdc2ad | |
parent | b904996c6a5b5df1ef990d50331ede25f91b196f [diff] |
Update vpnprofilestore_test to legacykeystore_test in TEST_MAPPING The test had been changed to legacykeystore_test from ag/14968529 Bug: 192796637 Test: presubmit Change-Id: I44f64d9e6aab19d061a3ba75130290d395354cf5
A Rust equivalent of Unix command “which”. Locate installed executable in cross platforms.
To find which rustc exectable binary is using.
use which::which; let result = which::which("rustc").unwrap(); assert_eq!(result, PathBuf::from("/usr/bin/rustc"));
The documentation is available online.