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

  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 53 statinfo = os.stat(device)
54 if (stat.S_ISCHR(statinfo.st_mode) and
55 os.major(statinfo.st_rdev) == self.v4l2_major_dev_num and
56 os.minor(statinfo.st_rdev) >= self.v4l2_minor_dev_num_min and
57 os.minor(statinfo.st_rdev) < self.v4l2_minor_dev_num_max and
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 88 statinfo = os.stat(path)
89 os.utime(path, (statinfo.st_atime,
90 statinfo.st_mtime + delta))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 3555 struct stat statinfo; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 5145 struct stat statinfo; local
    [all...]

Completed in 130 milliseconds