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