Searched refs:AUTHFS_BIN (Results 1 – 2 of 2) sorted by relevance
36 const AUTHFS_BIN: &str = "/system/bin/authfs"; constant162 let mut command = Command::new(AUTHFS_BIN); in run_authfs()
79 private static final String AUTHFS_BIN = "/system/bin/authfs"; field in AuthFsTestRule189 String cmd = AUTHFS_BIN + " " + MOUNT_DIR + " " + flags + " --cid " + VMADDR_CID_HOST;