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

  /external/jsoncpp/devtools/
fixeol.py 4 def fix_source_eol( path, is_dry_run = True, verbose = True, eol = '\n' ):
20 if not is_dry_run:
27 print(is_dry_run and ' NEED FIX' or ' FIXED')
32 ##def _do_fix( is_dry_run = True ):
39 ## _fix_python_source( path, is_dry_run )
45 ## _fix_source_eol( path, is_dry_run )
49 ## _do_fix( is_dry_run = True )
52 ## _do_fix( is_dry_run = False )
  /build/kati/
flags.h 35 bool is_dry_run; member in struct:Flags
flags.cc 73 is_dry_run = true;
exec.cc 106 if (!g_flags.is_dry_run) {
  /external/jsoncpp/
makerelease.py 132 fixeol.fix_source_eol( path, is_dry_run = False, verbose = True, eol = '\r\n' )
134 fixeol.fix_source_eol( path, is_dry_run = False, verbose = True, eol = '\n' )

Completed in 226 milliseconds