Searched refs:progHexString (Results 1 – 1 of 1) sorted by relevance
352 val progHexString = runShellCommandOrThrow("cmd network_stack apf $ifname read").trim() in readProgram() constant354 assertThat(progHexString).isNotEmpty() in readProgram()355 return HexDump.hexStringToByteArray(progHexString) in readProgram()