Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 10 of 10) sorted by relevance

/external/smali/util/src/test/java/org/jf/util/
DPathUtilTest.java43 …File relativePath = new File(roots[1] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest1() local
56 …File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar +… in pathUtilTest2() local
71 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest3() local
83 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest4() local
95 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest5() local
107 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest6() local
119 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest7() local
131 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest8() local
143 … File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar); in pathUtilTest9() local
155 File relativePath = new File(roots[0] + "some" + File.separatorChar + "dir"); in pathUtilTest10() local
[all …]
/external/webkit/Source/WebCore/fileapi/
DFile.h52 static PassRefPtr<File> create(const String& relativePath, const String& path) in create()
DFile.cpp64 File::File(const String& relativePath, const String& path) in File()
/external/webkit/Source/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromiumWin.cpp118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname()
DSQLiteFileSystemChromiumPosix.cpp146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java103 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java96 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath()
/external/webkit/Source/WebCore/html/
DFileInputType.cpp180 String relativePath = paths[i].substring(1 + rootPath.length()).replace('\\', '/'); in setFileList() local
/external/srec/portable/src/
DPFileSystem.c273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath) in PFileSystemGetFS()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTextureHelper.java444 String relativePath = name.substring(2); in loadTextureFromFile() local