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

  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 74 last_email_file_name = os.path.expanduser("~/.last_codereview_email_address")
76 if os.path.exists(last_email_file_name):
78 last_email_file = open(last_email_file_name, "r")
87 last_email_file = open(last_email_file_name, "w")
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 74 last_email_file_name = os.path.expanduser("~/.last_codereview_email_address")
76 if os.path.exists(last_email_file_name):
78 last_email_file = open(last_email_file_name, "r")
87 last_email_file = open(last_email_file_name, "w")
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
upload-diffs.py 121 last_email_file_name = os.path.expanduser("~/.last_codereview_email_address")
123 if os.path.exists(last_email_file_name):
125 last_email_file = open(last_email_file_name, "r")
134 last_email_file = open(last_email_file_name, "w")
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 52 milliseconds