Home
last modified time | relevance | path

Searched refs:auto_fix (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/
Drun-clang-tidy.py91 def ClangTidyRunFull(build_folder, skip_output_filter, checks, auto_fix): argument
96 if auto_fix:
167 def ClangTidyRunDiff(build_folder, diff_branch, auto_fix): argument
179 if auto_fix:
221 def ClangTidyRunSingleFile(build_folder, filename_to_check, auto_fix, argument
249 if auto_fix:
397 options.auto_fix)
400 if options.auto_fix:
412 options.auto_fix,
420 options.auto_fix)
/third_party/f2fs-tools/fsck/
Dmain.c202 c.auto_fix = 1; in __add_fsck_options()
267 c.auto_fix = 1; in f2fs_parse_options()
304 c.auto_fix = 1; in f2fs_parse_options()
315 c.auto_fix = 1; in f2fs_parse_options()
351 c.auto_fix = 1; in f2fs_parse_options()
1148 c.auto_fix = 0; in main()
1226 if (!c.ro && c.fix_on == 0 && c.auto_fix == 0 && !c.dry_run) { in main()
Dmount.c1354 if (!c.fix_on && (c.auto_fix || c.preen_mode)) { in f2fs_should_proceed()
3705 c.auto_fix = 0; in f2fs_do_mount()
3729 c.auto_fix = 0; in f2fs_do_mount()
/third_party/f2fs-tools/lib/
Dlibf2fs.c875 if (c.func != DUMP && (c.func != FSCK || c.fix_on || c.auto_fix)) in open_check_fs()
/third_party/f2fs-tools/include/
Df2fs_fs.h517 int auto_fix; member