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

  /external/mesa3d/bin/
shortlog_mesa.sh 13 typeset -i in_log=0
17 if [ $in_log -eq 0 ]; then
20 in_log=1
24 in_log=0
  /external/autotest/client/bin/
site_sysinfo.py 172 with open(file_path, 'r') as in_log:
174 in_log.seek(bytes_to_skip)
182 out_log.write(in_log.read())

Completed in 585 milliseconds