Home
last modified time | relevance | path

Searched refs:a_stat (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c293 struct stat a_stat; in check_pt_file_handle() local
295 is_sg = check_file_type(dev_fd, &a_stat, &is_bsg, &is_nvme, &nsid, in check_pt_file_handle()
485 struct stat a_stat; in set_pt_file_handle() local
493 ptp->is_sg = check_file_type(dev_fd, &a_stat, &ptp->is_bsg, in set_pt_file_handle()
/external/python/cpython3/Lib/
Dfilecmp.py158 a_stat = os.stat(a_path)
169 a_type = stat.S_IFMT(a_stat.st_mode)
/external/python/cpython2/Lib/
Dfilecmp.py149 a_stat = os.stat(a_path)
160 a_type = stat.S_IFMT(a_stat.st_mode)