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

  /external/autotest/client/site_tests/firmware_TouchMTB/
main.py 307 conf.log_root_dir)
334 log_path = os.path.join(conf.log_root_dir, log_dir)
371 print ' log_dir is a log sub-directory in %s' % conf.log_root_dir
374 print ' log_dir is a log sub-directory in %s' % conf.log_root_dir
387 print ' (1) a directory in %s' % conf.log_root_dir
390 conf.log_root_dir
409 (conf.log_root_dir, example_log_dir))
413 (conf.log_root_dir, example_log_dir))
418 print ' # Resume recording the gestures in %s/%s.' % (conf.log_root_dir,
500 log_dir = os.path.join(conf.log_root_dir, arg
    [all...]
firmware_utils.py 81 log_files = glob.glob(os.path.join(conf.log_root_dir, directory, '*.log'))
158 log_root_dir = conf.log_root_dir
159 log_dir = os.path.join(log_root_dir, dir_basename)
160 latest_symlink = os.path.join(log_root_dir, 'latest')
firmware_summary.py 61 from test_conf import (log_root_dir, merged_validators, segment_weights, namespace
414 OPTIONS.DIR: log_root_dir,
spreadsheet.py 142 print 'It is a directory under %s' % conf.log_root_dir
151 self.result_dir = os.path.join(conf.log_root_dir, result_dir)
test_conf.py 68 log_root_dir = '/var/tmp/touch_firmware_test' variable
    [all...]

Completed in 392 milliseconds