Searched refs:readFileAsByteArray (Results 1 – 3 of 3) sorted by relevance
69 public static byte[] readFileAsByteArray(String filePath) throws IOException { in readFileAsByteArray() method in FileUtils
24 import static com.android.federatedcompute.services.common.FileUtils.readFileAsByteArray;482 byte[] fileOutputBytes = readFileAsByteArray(filePath);
848 return IoUtils.readFileAsByteArray(backupOutput.getAbsolutePath()); in getBackup()