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.java227 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/legacy_platform/
Dcurrent-api.txt962 method public static byte[] readFileAsByteArray(String) throws java.io.IOException;