HomeSort by relevance Sort by last modified time
    Searched refs:statBuf (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
file_utils.cpp 36 struct stat statBuf;
37 if (fstat(fd, &statBuf) != 0) {
42 return static_cast<int>(statBuf.st_size);
  /external/bzip2/
bzip2.c 690 struct MY_STAT statBuf;
701 retVal = MY_STAT ( inName, &statBuf );
984 struct MY_STAT statBuf;
986 i = MY_LSTAT ( name, &statBuf );
988 if (MY_S_ISREG(statBuf.st_mode)) return False;
1001 struct MY_STAT statBuf;
1003 i = MY_LSTAT ( name, &statBuf );
1005 return (statBuf.st_nlink - 1);
1138 struct MY_STAT statBuf;
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 299 struct stat statBuf;
300 if (fstat(fd, &statBuf) == -1) {
307 size_t fileSize = statBuf.st_size;
309 ALOGE("cache file is too large: %#llx", statBuf.st_size);
  /frameworks/rs/
rsScriptC.cpp 62 struct stat statBuf;
63 int statReturn = stat(cacheDir, &statBuf);
78 statReturn = stat(currentDir.string(), &statBuf);
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 1111 struct stat statbuf; \/* Low-level file information *\/ local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 25252 struct stat statbuf; \/* Low-level file information *\/ local
    [all...]

Completed in 913 milliseconds