OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:basePath
(Results
1 - 25
of
62
) sorted by null
1
2
3
/external/smali/util/src/test/java/org/jf/util/
PathUtilTest.java
42
File
basePath
= new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
45
String path = PathUtil.getRelativeFileInternal(
basePath
, relativePath);
55
File
basePath
= new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar + "test.txt");
58
String path = PathUtil.getRelativeFileInternal(
basePath
, relativePath);
70
File
basePath
= new File(roots[0] + "some" + File.separatorChar + "dir" + File.separatorChar);
73
String path = PathUtil.getRelativeFileInternal(
basePath
, relativePath);
82
File
basePath
= new File(roots[0] + "some" + File.separatorChar + "dir");
85
String path = PathUtil.getRelativeFileInternal(
basePath
, relativePath);
94
File
basePath
= new File(roots[0] + "some" + File.separatorChar + "dir");
97
String path = PathUtil.getRelativeFileInternal(
basePath
, relativePath)
[
all
...]
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
ClassLoaderResourceLoader.java
54
private String
basePath
;
56
public ClassLoaderResourceLoader(ClassLoader classLoader, String
basePath
) {
58
this.
basePath
=
basePath
;
67
String path =
basePath
+ '/' + name;
77
+
basePath
+ "'");
ClassResourceLoader.java
54
private final String
basePath
;
58
this.
basePath
= "/" + cls.getPackage().getName().replace('.', '/');
62
* Load resources from the given subdirectory {@code
basePath
},
65
public ClassResourceLoader(Class<?> cls, String
basePath
) {
67
this.
basePath
=
basePath
;
72
InputStream stream = cls.getResourceAsStream(
basePath
+ '/' + name);
/external/srec/portable/include/
PFileSystemImpl.h
77
* @param
basePath
Base path for files associated with this filesystem
81
PORTABLE_API ESR_ReturnCode PFileSystemAddPathImpl(PFileSystem* self, const LCHAR*
basePath
);
87
* @param
basePath
Base path for files associated with this filesystem
90
PORTABLE_API ESR_ReturnCode PFileSystemRemovePathImpl(PFileSystem* self, const LCHAR*
basePath
);
/frameworks/base/tools/aapt/
FileFinder.h
25
virtual bool findFiles(String8
basePath
, Vector<String8>& extensions,
56
virtual bool findFiles(String8
basePath
, Vector<String8>& extensions,