Home
last modified time | relevance | path

Searched refs:readFileAsByteArray (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DIoUtils.java223 public static byte[] readFileAsByteArray(String absolutePath) throws IOException { in readFileAsByteArray() method in IoUtils
/libcore/luni/src/test/java/libcore/java/lang/
DProcessBuilderTest.java151 String fileContents = new String(IoUtils.readFileAsByteArray( in testRedirectFile_output()
165 String fileContents = new String(IoUtils.readFileAsByteArray(file.getAbsolutePath())); in testRedirectFile_error()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DPrintStreamTest.java769 byte[] actual = IoUtils.readFileAsByteArray(file.getAbsolutePath()); in assertFileContents()
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt1126 …method @dalvik.annotation.compat.UnsupportedAppUsage public static byte[] readFileAsByteArray(Stri…