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

  /external/v8/build/android/pylib/results/
report_results.py 20 full_file_name = os.path.join(
22 if not os.path.exists(full_file_name):
23 with open(full_file_name, 'w') as log_file:
27 logging.info('Writing results to %s.', full_file_name)
29 logging.info('Writing results to %s.', full_file_name)
30 with open(full_file_name, 'a') as log_file:
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process_unittest.cc 386 const char* tempfile_name = tempfile.full_file_name();
611 temp_str = tmp_file.full_file_name();

Completed in 137 milliseconds