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

  /external/chromium/testing/gmock/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/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/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 80 milliseconds