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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 148 a_stat = os.stat(a_path)
159 a_type = stat.S_IFMT(a_stat.st_mode)
  /external/python/cpython2/Lib/
filecmp.py 149 a_stat = os.stat(a_path)
160 a_type = stat.S_IFMT(a_stat.st_mode)
  /external/python/cpython3/Lib/
filecmp.py 158 a_stat = os.stat(a_path)
169 a_type = stat.S_IFMT(a_stat.st_mode)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 149 a_stat = os.stat(a_path)
160 a_type = stat.S_IFMT(a_stat.st_mode)
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 149 a_stat = os.stat(a_path)
160 a_type = stat.S_IFMT(a_stat.st_mode)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 149 a_stat = os.stat(a_path)
160 a_type = stat.S_IFMT(a_stat.st_mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 149 a_stat = os.stat(a_path)
160 a_type = stat.S_IFMT(a_stat.st_mode)
  /external/f2fs-tools/tools/sg_write_buffer/
sg_pt_linux.c 293 struct stat a_stat; local
295 is_sg = check_file_type(dev_fd, &a_stat, &is_bsg, &is_nvme, &nsid,
485 struct stat a_stat; local
493 ptp->is_sg = check_file_type(dev_fd, &a_stat, &ptp->is_bsg,

Completed in 290 milliseconds