Home
last modified time | relevance | path

Searched refs:hide_dot_files (Results 1 – 6 of 6) sorted by relevance

/third_party/ntfs-3g/src/
Dntfs-3g_common.h146 BOOL hide_dot_files; member
Dntfs-3g_common.c360 ctx->hide_dot_files = TRUE; in parse_mount_options()
Dntfs-3g.c4056 !ctx->hide_hid_files, ctx->hide_dot_files)) in ntfs_open()
Dlowntfs-3g.c4344 !ctx->hide_hid_files, ctx->hide_dot_files))
/third_party/ntfs-3g/include/ntfs-3g/
Dvolume.h318 BOOL show_sys_files, BOOL show_hid_files, BOOL hide_dot_files);
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1345 BOOL hide_dot_files) in ntfs_set_shown_files() argument
1358 if (hide_dot_files) in ntfs_set_shown_files()