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

  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 72 statinfo = os.stat(device)
73 if (stat.S_ISCHR(statinfo.st_mode) and
74 os.major(statinfo.st_rdev) == self.v4l2_major_dev_num and
75 os.minor(statinfo.st_rdev) >=
77 os.minor(statinfo.st_rdev) < self.v4l2_minor_dev_num_max and
  /external/tensorflow/tensorflow/contrib/ffmpeg/default/
ffmpeg_lib.cc 98 struct stat statinfo; local
99 int result = ::stat(absolute_path, &statinfo);
103 if (!S_ISREG(statinfo.st_mode)) {
108 if (statinfo.st_uid == ::geteuid() && statinfo.st_mode & S_IXUSR) {
112 if (statinfo.st_uid == ::getegid() && statinfo.st_mode & S_IXGRP) {
116 if (statinfo.st_mode & S_IXOTH) {
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 87 statinfo = os.stat(path)
88 os.utime(path, (statinfo.st_atime,
89 statinfo.st_mtime + delta))
  /external/tensorflow/tensorflow/examples/tutorials/word2vec/
word2vec_basic.py 64 statinfo = os.stat(local_filename)
65 if statinfo.st_size == expected_bytes:
68 print(statinfo.st_size)
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_pruning.py 398 statinfo = os.stat(filepath)
399 print('Successfully downloaded', filename, statinfo.st_size, 'bytes.')
  /external/tensorflow/tensorflow/examples/speech_commands/
input_data.py 201 statinfo = os.stat(filepath)
203 statinfo.st_size)
  /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...]
  /external/python/cpython2/Modules/
posixmodule.c 5401 struct stat statinfo; local
    [all...]

Completed in 1480 milliseconds