OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filename8
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/
android_util_AssetManager.cpp
126
ScopedUtfChars
fileName8
(env, fileName);
127
if (
fileName8
.c_str() == NULL) {
137
Asset* a = am->open(
fileName8
.c_str(), (Asset::AccessMode)mode);
140
jniThrowException(env, "java/io/FileNotFoundException",
fileName8
.c_str());
191
ScopedUtfChars
fileName8
(env, fileName);
192
if (
fileName8
.c_str() == NULL) {
196
Asset* a = am->open(
fileName8
.c_str(), Asset::ACCESS_RANDOM);
199
jniThrowException(env, "java/io/FileNotFoundException",
fileName8
.c_str());
220
ScopedUtfChars
fileName8
(env, fileName);
221
if (
fileName8
.c_str() == NULL)
[
all
...]
android_os_Debug.cpp
897
String8
fileName8
;
899
fileName8
= String8(str, env->GetStringLength(fileName));
903
int fd = open(
fileName8
.string(), O_CREAT | O_WRONLY | O_NOFOLLOW, 0666); /* -rw-rw-rw- */
905
fprintf(stderr, "Can't open %s: %s\n",
fileName8
.string(), strerror(errno));
/system/security/keystore/
keystore.cpp
1146
android::String8
filename8
= getKeyName(keyName);
local
[
all
...]
Completed in 775 milliseconds