Searched refs:absolutePath (Results 1 – 10 of 10) sorted by relevance
191 String absolutePath = getAbsolutePathFromAbsoluteURI(absoluteUri); in sendRequestLineWithPath() local193 requestType, absolutePath, httpVersion); in sendRequestLineWithPath()209 StringBuilder absolutePath = new StringBuilder(); in getAbsolutePathFromAbsoluteURI() local212 absolutePath.append(rawPath); in getAbsolutePathFromAbsoluteURI()214 absolutePath.append("/"); in getAbsolutePathFromAbsoluteURI()217 absolutePath.append("?").append(rawQuery); in getAbsolutePathFromAbsoluteURI()220 absolutePath.append("#").append(rawFragment); in getAbsolutePathFromAbsoluteURI()222 return absolutePath.toString(); in getAbsolutePathFromAbsoluteURI()
35 .absolutePath
357 private String readFileAsString(String absolutePath) throws IOException { in readFileAsString() argument358 return new String(Files.readAllBytes(Paths.get(absolutePath)), StandardCharsets.UTF_8); in readFileAsString()
148 val bitmap = BitmapFactory.decodeFile(imgFile.absolutePath)156 val bitmap = BitmapFactory.decodeFile(imgFile.absolutePath)
316 assertThat(expected.stageDir.absolutePath).isEqualTo(actual.stageDir.absolutePath)
330 String absolutePath = file.getAbsolutePath(); in reconcileApps() local336 if (absoluteCodePath.startsWith(absolutePath)) { in reconcileApps()
3499 private void storeBytesToInstallationFile(final String localPath, final String absolutePath,3503 FileUtils.bytesToFile(absolutePath, bytes);
45 val fileEscaped = file.absolutePath.replace(
233 val bytes = IoUtils.readFileAsByteArray(cacheFile.absolutePath)
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...