Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_StatFs.cpp45 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); in android_os_StatFs_getBlockSize() local
52 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); in android_os_StatFs_getBlockCount() local
59 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); in android_os_StatFs_getFreeBlocks() local
66 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); in android_os_StatFs_getAvailableBlocks() local
79 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); in android_os_StatFs_native_restat() local
111 struct statfs* stat = new struct statfs; in android_os_StatFs_native_setup() local
123 struct statfs *stat = (struct statfs *)env->GetIntField(thiz, fields.context); in android_os_StatFs_native_finalize() local
Dandroid_os_Debug.cpp229 static jint read_binder_stat(const char* stat) in read_binder_stat()
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
DLowStorageTest.java52 StatFs stat = new StatFs(path.getPath()); in onCreate() local
80 StatFs stat = new StatFs(path.getPath()); in fillupdisk() local
122 StatFs stat = new StatFs(path.getPath()); in updateInfo() local
/frameworks/base/core/java/android/app/
DContextImpl.java377 FileStatus stat = new FileStatus(); in getSharedPreferences() local
2783 FileStatus stat = new FileStatus(); in SharedPreferencesImpl() local
2807 FileStatus stat = new FileStatus(); in hasFileChangedUnexpectedly() local
2816 /* package */ void replace(Map newContents, FileStatus stat) { in replace()
3195 FileStatus stat = new FileStatus(); in writeToFile() local
/frameworks/base/tools/localize/
DXLIFFFile.cpp590 Stats stat; in GetStats() local