Searched refs:inpPath (Results 1 – 2 of 2) sorted by relevance
68 static TestMediaDataSource fromString(String inpPath, boolean failSize, boolean failRead) in fromString() argument70 try (FileInputStream fInp = new FileInputStream(inpPath)) { in fromString()71 int size = (int) new File(inpPath).length(); in fromString()
1159 String inpPath = mInpPrefix + srcFile; in setUpSource() local1160 try (FileInputStream fInp = new FileInputStream(inpPath)) { in setUpSource()1161 int size = (int) new File(inpPath).length(); in setUpSource()