HomeSort by relevance Sort by last modified time
    Searched full:g_file_handle (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/python/google/
gethash_timer.py 34 g_file_handle = None variable
79 global g_file_handle
101 global g_file_handle
104 if g_file_handle is not None:
105 g_file_handle.write(('%d,%d,%f' % output_list) + '\n')
106 g_file_handle.flush()
116 global g_file_handle
117 g_file_handle = open(file_name, 'w')
145 g_file_handle.close()

Completed in 113 milliseconds