Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 61) sorted by relevance

123

/libcore/luni/src/main/java/java/net/
DInetUnixAddress.java31 public InetUnixAddress(String path) { in InetUnixAddress()
38 public InetUnixAddress(byte[] path) { in InetUnixAddress()
DURLStreamHandler.java98 String path; in parseURL() local
198 private static String relativePath(String base, String path) { in relativePath()
242 String authority, String userInfo, String path, String query, in setURL()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java102 public static byte[] readFileAsByteArray(String path) throws IOException { in readFileAsByteArray()
109 public static String readFileAsString(String path) throws IOException { in readFileAsString()
113 private static UnsafeByteSequence readFileAsBytes(String path) throws IOException { in readFileAsBytes()
155 public static boolean canOpenReadOnly(String path) { in canOpenReadOnly()
DMemoryMappedFile.java50 public static MemoryMappedFile mmapRO(String path) throws ErrnoException { in mmapRO()
DOs.java30 public boolean access(String path, int mode) throws ErrnoException; in access()
32 public void chmod(String path, int mode) throws ErrnoException; in chmod()
33 public void chown(String path, int uid, int gid) throws ErrnoException; in chown()
78 public void lchown(String path, int uid, int gid) throws ErrnoException; in lchown()
81 public StructStat lstat(String path) throws ErrnoException; in lstat()
83 public void mkdir(String path, int mode) throws ErrnoException; in mkdir()
89 public FileDescriptor open(String path, int flags, int mode) throws ErrnoException; in open()
102 public void remove(String path) throws ErrnoException; in remove()
123 public StructStat stat(String path) throws ErrnoException; in stat()
125 public StructStatFs statfs(String path) throws ErrnoException; in statfs()
/libcore/luni/src/main/native/
Djava_io_File.cpp43 ScopedUtfChars path(env, javaPath); in File_readlink() local
57 ScopedUtfChars path(env, javaPath); in File_realpath() local
72 ScopedUtfChars path(env, javaPath); in File_setLastModifiedImpl() local
93 ScopedReaddir(const char* path) { in ScopedReaddir()
139 ScopedUtfChars path(env, javaPath); in readDirectory() local
Dreadlink.cpp23 bool readlink(const char* path, std::string& result) { in readlink()
Drealpath.cpp48 bool realpath(const char* path, std::string& resolved) { in realpath()
/libcore/luni/src/test/java/tests/security/
DCertPathBuilderTest.java40 public abstract void validateCertPath(CertPath path); in validateCertPath()
48 CertPath path = builderResult.getCertPath(); in testCertPathBuilder() local
/libcore/luni/src/test/java/libcore/dalvik/system/
DPathClassLoaderTest.java42 String path = pathClassLoader.findLibrary("duplicated"); in testLibraryPathSearchOrder() local
43 assertEquals(applicationLib.toString(), path); in testLibraryPathSearchOrder() local
/libcore/luni/src/main/java/libcore/net/url/
DUrlUtils.java34 public static String canonicalizePath(String path, boolean discardRelativePrefix) { in canonicalizePath()
89 public static String authoritySafePath(String authority, String path) { in authoritySafePath()
DFileURLConnection.java199 String path = filename; in getPermission() local
/libcore/luni/src/main/java/java/io/
DFilePermission.java26 public FilePermission(String path, String actions) { super(""); } in FilePermission()
DFileOutputStream.java116 public FileOutputStream(String path) throws FileNotFoundException { in FileOutputStream()
127 public FileOutputStream(String path, boolean append) throws FileNotFoundException { in FileOutputStream()
DFile.java104 private String path; field in File
133 public File(String path) { in File()
421 private static native String realpath(String path); in realpath()
422 private static native String readlink(String path); in readlink()
606 private static native boolean setLastModifiedImpl(String path, long time); in setLastModifiedImpl()
752 private static native String[] listImpl(String path); in listImpl()
DFileInputStream.java104 public FileInputStream(String path) throws FileNotFoundException { in FileInputStream()
/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java128 private static ArrayList<File> splitDexPath(String path) { in splitDexPath()
139 private static File[] splitLibraryPath(String path) { in splitLibraryPath()
267 private static String optimizedPathFor(File path, in optimizedPathFor()
372 String path = new File(directory, fileName).getPath(); in findLibrary() local
/libcore/luni/src/main/java/javax/xml/parsers/
DFilePathToURI.java55 public static String filepath2URI(String path){ in filepath2URI()
/libcore/luni/src/main/java/javax/xml/transform/stream/
DFilePathToURI.java55 public static String filepath2URI(String path){ in filepath2URI()
/libcore/luni/src/test/java/tests/targets/security/cert/
DCertificateTest.java629 CertPath path = certificateFactory.generateCertPath(getCertList(true, false)); in testVerifyMD2_chain() local
668 CertPath path = certificateFactory.generateCertPath(getCertList(false, false)); in testVerifyMD5_chain() local
DCertPathBuilderTestPKIX.java75 public void validateCertPath(CertPath path) { in validateCertPath()
/libcore/support/src/test/java/tests/support/
DSupport_TestWebData.java101 private Support_TestWebData(String path, String type) { in Support_TestWebData()
138 public static void initDynamicTestWebData(String path, String type) { in initDynamicTestWebData()
/libcore/luni/src/test/java/libcore/java/io/
DOldObjectOutputStreamPutFieldTest.java120 private byte[] getRefContent(String path) throws Exception { in getRefContent()
/libcore/luni/src/test/java/libcore/java/net/
DOldAndroidURITest.java30 private static void construct(String str, String host, String path, boolean absolute) in construct()
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java39 String path = RESOURCE_PACKAGE + name; in getStream() local
184 public static File resourceToTempFile(String path) throws IOException { in resourceToTempFile()

123