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

  /external/autotest/client/site_tests/firmware_TouchMTB/
main.py 307 conf.log_root_dir)
329 log_path = os.path.join(conf.log_root_dir, log_dir)
366 print ' log_dir is a log sub-directory in %s' % conf.log_root_dir
369 print ' log_dir is a log sub-directory in %s' % conf.log_root_dir
382 print ' (1) a directory in %s' % conf.log_root_dir
385 conf.log_root_dir
404 (conf.log_root_dir, example_log_dir))
408 (conf.log_root_dir, example_log_dir))
413 print ' # Resume recording the gestures in %s/%s.' % (conf.log_root_dir,
495 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,
414 OPTIONS.DIR: log_root_dir,
test_conf.py 68 log_root_dir = '/var/tmp/touch_firmware_test' variable
    [all...]

Completed in 520 milliseconds