Searched refs:stat (Results 76 - 100 of 107) sorted by relevance

12345

/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp323 static jint read_binder_stat(const char* stat) argument
342 // now that we have this process, read until we find the stat that we are looking for
343 len = snprintf(compare, 128, " %s: ", stat);
H A DAndroidRuntime.cpp41 #include <sys/stat.h>
365 struct stat s;
366 int res = stat(dir, &s);
H A Dandroid_os_Parcel.cpp27 #include <sys/stat.h>
/frameworks/base/libs/androidfw/
H A DAsset.cpp38 #include <sys/stat.h>
147 struct stat st;
H A DAssetManager.cpp45 #include <sys/stat.h>
244 struct stat st;
245 if (TEMP_FAILURE_RETRY(stat(idmapPath.string(), &st)) == -1) {
249 ALOGW("failed to stat file %s: %s\n", idmapPath.string(), strerror(errno));
1425 // stat the file
/frameworks/native/cmds/dumpstate/
H A Dutils.c28 #include <sys/stat.h>
225 struct stat st;
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp22 #include <sys/stat.h>
107 struct stat sb;
H A DAudioPlayer_to_android.cpp25 #include <sys/stat.h>
1495 struct stat statbuf;
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp28 #include <sys/stat.h>
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp32 #include <sys/stat.h>
/frameworks/native/libs/binder/
H A DProcessState.cpp42 #include <sys/stat.h>
H A DMemoryDealer.cpp36 #include <sys/stat.h>
/frameworks/av/media/libmediaplayerservice/
H A DMidiFile.cpp31 #include <sys/stat.h>
H A DMediaPlayerService.cpp25 #include <sys/stat.h>
438 struct stat s;
666 struct stat sb;
/frameworks/base/services/jni/
H A Dcom_android_server_connectivity_Vpn.cpp26 #include <sys/stat.h>
/frameworks/native/libs/utils/
H A DRefBase.cpp32 #include <sys/stat.h>
/frameworks/base/tools/aapt/
H A DZipFile.cpp32 #include <sys/stat.h>
1104 struct stat sb;
/frameworks/base/tools/aidl/
H A Daidl.cpp10 #include <sys/stat.h>
19 #include <sys/stat.h>
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeAac.cpp57 #include <sys/stat.h>
418 struct stat statbuf;
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c25 #include <sys/stat.h>
322 struct stat statbuf;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c23 #include <sys/stat.h>
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp23 #include <sys/stat.h>
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp22 #include <sys/stat.h>
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp17 #include <sys/stat.h>
/frameworks/av/media/mtp/
H A DMtpDevice.cpp32 #include <sys/stat.h>

Completed in 732 milliseconds

12345