HomeSort by relevance Sort by last modified time
    Searched full:input_stat (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.c 21 struct stat input_stat; local
44 if (fstat(self->fd, &input_stat) < 0)
47 if (!force && input_stat.st_uid && (input_stat.st_uid != geteuid())) {
53 if (!input_stat.st_size) {
79 self->size = input_stat.st_size;
    [all...]
  /frameworks/native/cmds/installd/
commands.c 896 struct stat input_stat, dex_stat; local
960 memset(&input_stat, 0, sizeof(input_stat));
961 stat(input_file, &input_stat);
    [all...]
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 140 milliseconds