OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:javapath
(Results
1 - 13
of
13
) sorted by null
/sdk/find_java/src/source/
find_java_exe.cpp
48
CPath
javaPath
("<not found>");
49
int v = findJavaInEnvPath(&
javaPath
);
50
printf("findJavaInEnvPath: [%d] %s\n", v,
javaPath
.cstr());
52
javaPath
.set("<not found>");
53
v = findJavaInRegistry(&
javaPath
);
54
printf("findJavaInRegistry [%d] %s\n", v,
javaPath
.cstr());
56
javaPath
.set("<not found>");
57
v = findJavaInProgramFiles(&
javaPath
);
58
printf("findJavaInProgramFiles [%d] %s\n", v,
javaPath
.cstr());
103
CPath
javaPath
;
[
all
...]
find_java.h
33
bool getJavaVersion(CPath &
javaPath
, CString *outVersionStr, int *outVersionInt);
find_java_lib.cpp
410
bool getJavaVersion(CPath &
javaPath
, CString *outVersionStr, int *outVersionInt) {
423
cmd.setf("\"%s\" -version",
javaPath
.cstr());
/libcore/luni/src/main/native/
java_io_File.cpp
41
static jstring File_canonicalizePath(JNIEnv* env, jclass, jstring
javaPath
) {
42
ScopedUtfChars path(env,
javaPath
);
56
static jboolean File_setLastModifiedImpl(JNIEnv* env, jclass, jstring
javaPath
, jlong ms) {
57
ScopedUtfChars path(env,
javaPath
);
123
static bool readDirectory(JNIEnv* env, jstring
javaPath
, DirEntries& entries) {
124
ScopedUtfChars path(env,
javaPath
);
140
static jobjectArray File_listImpl(JNIEnv* env, jclass, jstring
javaPath
) {
143
if (!readDirectory(env,
javaPath
, entries)) {
libcore_io_Posix.cpp
389
static jobject doStat(JNIEnv* env, jstring
javaPath
, bool isLstat) {
390
ScopedUtfChars path(env,
javaPath
);
469
static jboolean Posix_access(JNIEnv* env, jobject, jstring
javaPath
, jint mode) {
470
ScopedUtfChars path(env,
javaPath
);
492
static void Posix_chmod(JNIEnv* env, jobject, jstring
javaPath
, jint mode) {
493
ScopedUtfChars path(env,
javaPath
);
500
static void Posix_chown(JNIEnv* env, jobject, jstring
javaPath
, jint uid, jint gid) {
501
ScopedUtfChars path(env,
javaPath
);
[
all
...]
/frameworks/native/opengl/tools/glgen/src/
GenerateEGL.java
48
String
javaPath
= stubRoot + ".java";
49
File f = new File(
javaPath
);
52
copy(
javaPath
, glStream);
GenerateGLES.java
47
String
javaPath
= stubRoot + ".java";
48
File f = new File(
javaPath
);
51
copy(
javaPath
, glStream);
/developers/samples/android/experimental/ndkSampleGen/
build.gradle
78
def
javaPath
= "${srcPath}"
79
from(
javaPath
)
/developers/build/
build.gradle
212
def
javaPath
= "${srcPath}/java";
213
from(
javaPath
)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py
144
(
javaPath
, _) = proc.communicate()
149
print 'Java executable: ' + re.sub(r'\n$', '',
javaPath
)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar
Completed in 566 milliseconds