Searched refs:stat (Results 1 - 25 of 107) sorted by last modified time

12345

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp25 #include <sys/stat.h>
1495 struct stat statbuf;
H A DBufferQueueSource.cpp26 #include <sys/stat.h>
H A Dandroid_GenericPlayer.cpp22 #include <sys/stat.h>
107 struct stat sb;
/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/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp25 #include <sys/stat.h>
/frameworks/rs/driver/linkloader/android/
H A Dtest-librsloader.c27 #include <sys/stat.h>
80 struct stat sb;
82 fprintf(stderr, "ERROR: Unable to stat the file: %s\n", argv[1]);
/frameworks/rs/driver/linkloader/
H A Dmain.cpp27 #include <sys/stat.h>
216 struct stat sb;
217 if (stat(filename, &sb) != 0) {
/frameworks/rs/
H A DrsScriptC.cpp31 #include <sys/stat.h>
67 struct stat statBuf;
68 int statReturn = stat(cacheDir, &statBuf);
83 statReturn = stat(currentDir.string(), &statBuf);
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp19 #include <sys/stat.h>
H A Dslang_rs_reflection_base.cpp17 #include <sys/stat.h>
H A Dslang_rs_reflection_cpp.cpp17 #include <sys/stat.h>
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.c24 #include <sys/stat.h>
125 struct stat st;
130 } else if (stat(anr_traces_path, &st)) {
145 if (stat(anr_traces_path, &st)) {
H A Dutils.c28 #include <sys/stat.h>
225 struct stat st;
/frameworks/native/cmds/installd/
H A Dcommands.c36 struct stat libStat;
70 ALOGE("couldn't stat lib dir: %s\n", strerror(errno));
142 struct stat s;
155 if (stat(pkgdir, &s) < 0) return -1;
192 struct stat libStat;
219 ALOGE("couldn't stat lib dir for non-primary: %s\n", strerror(errno));
431 struct stat s;
444 if (stat(apkpath, &s) == 0) {
451 if (stat(fwdlock_apkpath, &s) == 0) {
457 if (stat(pat
[all...]
H A Dinstalld.h24 #include <sys/stat.h>
H A Dutils.c316 struct stat s;
334 if (stat(basepath, &s) >= 0) {
592 struct stat s;
593 if (stat(pathBase, &s) >= 0) {
596 ALOGW("Unable to stat cache file %s; deleting\n", pathBase);
/frameworks/native/cmds/ip-up-vpn/
H A Dip-up-vpn.c24 #include <sys/stat.h>
/frameworks/native/cmds/rawbu/
H A Dbackup.cpp15 #include <sys/stat.h>
38 static struct stat statBuffer;
126 fprintf(stderr, "warning -- stat() error on '%s': %s\n",
236 static int write_header(FILE* fh, int type, const char* path, const struct stat* st)
310 fprintf(stderr, "stat() error on '%s': %s\n",
438 static int read_header(FILE* fh, int* type, char** path, struct stat* st)
/frameworks/native/cmds/screenshot/
H A Dscreenshot.c133 struct stat st;
136 while (stat(outfile, &st) == 0) {
/frameworks/native/include/diskusage/
H A Ddirsize.h25 int64_t stat_size(struct stat *s);
/frameworks/native/include/utils/
H A DTrace.h24 #include <sys/stat.h>
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp36 #include <sys/stat.h>
H A DMemoryHeapBase.cpp25 #include <sys/stat.h>
119 struct stat sb;
H A DProcessState.cpp42 #include <sys/stat.h>

Completed in 324 milliseconds

12345