Home
last modified time | relevance | path

Searched refs:dir_count (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dpathvms.cpp139 int dir_count; in translate_path_posix2vms() local
153 dir_count = decc$to_vms( path->value, copy_vmsfilespec, 0, 2 ); in translate_path_posix2vms()
164 translated = ( file_count || dir_count ); in translate_path_posix2vms()
166 if ( file_count && dir_count ) in translate_path_posix2vms()
191 else if ( dir_count ) in translate_path_posix2vms()
/third_party/boost/libs/filesystem/example/
Dsimple_ls.cpp38 unsigned long dir_count = 0; in main() local
60 ++dir_count; in main()
82 << dir_count << " directories\n" in main()
/third_party/exfat-utils/fsck/
Dfsck.c56 long dir_count; member
127 exfat_stat.dir_count++; in alloc_exfat_inode()
1509 exfat_stat.dir_count, exfat_stat.file_count); in exfat_show_info()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h534 __u32 dir_count; member