HomeSort by relevance Sort by last modified time
    Searched full:stat (Results 351 - 375 of 1263) sorted by null

<<11121314151617181920>>

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 148 StatFs stat = null; local
157 stat = new StatFs(base.getPath());
163 int blockSize = stat.getBlockSize();
164 long bytesAvailable = blockSize * ((long) stat.getAvailableBlocks() - 4);
177 stat.restat(base.getPath());
178 bytesAvailable = blockSize * ((long) stat.getAvailableBlocks() - 4);
184 stat = new StatFs(root);
190 if (stat.getBlockSize() * ((long) stat.getAvailableBlocks() - 4) < contentLength) {
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86_OSlib.h 128 # include <sys/stat.h>
283 #include <sys/stat.h>
364 # include <sys/stat.h>
393 # include <sys/stat.h>
442 # include <sys/stat.h>
583 # include <sys/stat.h>
621 #include <sys/stat.h>
665 #include <sys/stat.h>
690 #include <sys/stat.h>
  /system/core/adb/
file_sync_service.h 60 } stat; member in union:__anon12980
  /system/core/libcutils/
ashmem-dev.c 26 #include <sys/stat.h>
process_name.c 22 #include <sys/stat.h>
  /system/core/libdiskconfig/
diskutils.c 26 #include <sys/stat.h>
  /system/extras/tests/cpueater/
daemonize.c 24 #include <sys/stat.h>
  /system/netd/
PanController.cpp 22 #include <sys/stat.h>
main.cpp 22 #include <sys/stat.h>
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java     [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
StatementTest.java 1126 Statement stat = conn.createStatement(); local
    [all...]
  /bionic/libc/bionic/
realpath.c 44 #include <sys/stat.h>
64 struct stat sb;
  /development/simulator/wrapsim/
Init.c 16 #include <sys/stat.h>
68 _ws_stat = dlsym(RTLD_NEXT, "stat");
  /external/e2fsprogs/lib/ext2fs/
getsize.c 45 #include <sys/stat.h>
252 struct stat st;
  /external/e2fsprogs/util/
copy_sparse.c 38 #include <sys/stat.h>
103 perror("stat");
  /external/genext2fs/
config.h 56 /* Define to 1 if `st_rdev' is member of `struct stat'. */
67 /* Define to 1 if you have the <sys/stat.h> header file. */
  /external/iproute2/netem/
maketable.c 16 #include <sys/stat.h>
22 struct stat info;
  /external/opencore/codecs_v2/omx/omx_mastercore/src/
pv_omxmastercore.cpp 230 OMX_ERRORTYPE stat = OMX_ErrorNone; local
233 while (stat != OMX_ErrorNoMore)
238 stat = (*(pInterface[jj]->GetpOMX_ComponentNameEnum()))(
243 if (stat == OMX_ErrorNoMore)
249 stat = (*(pInterface[jj]->GetpOMX_GetRolesOfComponent()))(
254 if ((numRoles > 0) && (stat == OMX_ErrorNone))
265 stat = (*(pInterface[jj]->GetpOMX_GetRolesOfComponent()))(
271 if (stat == OMX_ErrorNone)
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_file_dir_utils.cpp 89 struct stat buf;
90 if (stat(path, &buf) == 0)
  /external/oprofile/libabi/
opimport.cpp 24 #include <sys/stat.h>
198 struct stat statb;
  /external/qemu/android/utils/
timezone.c 156 #include <sys/stat.h>
167 struct stat localtime_st;
177 struct stat st;
182 if ( stat( path, &st ) < 0 ) {
183 D( " can't stat: %s\n", strerror(errno) );
244 struct stat ent_st;
256 if ( stat( scan->path, &ent_st ) < 0 )
383 if ( stat( localtime, &scan->localtime_st ) < 0 ) {
  /external/qemu/slirp-android/
slirp.h 12 #define STAT(expr) expr
14 #define STAT(expr) do { } while(0)
  /external/webkit/WebCore/platform/gtk/
FileSystemGtk.cpp 128 struct stat statResult;
144 struct stat statResult;
  /external/webkit/WebKitTools/Scripts/
resolve-ChangeLogs 164 open STAT, "-|", $SVN, "status", $file or die $!;
165 my $status = <STAT>;
166 close STAT;
242 $statCommand = "$SVN stat | grep '^C'";
250 open STAT, "-|", $statCommand or die "The status failed: $!.\n";
251 while (<STAT>) {
266 print; # error output from svn stat
277 close STAT;
  /frameworks/base/libs/binder/
MemoryHeapBase.cpp 25 #include <sys/stat.h>
119 struct stat sb;

Completed in 124 milliseconds

<<11121314151617181920>>