Home | History | Annotate | Download | only in server

Lines Matching refs:creds_file

730 def get_creds_abspath(creds_file):
733 If creds_file is already an absolute path, just return it.
740 if not creds_file:
742 if os.path.isabs(creds_file):
743 return creds_file
747 return os.path.join(creds_dir, creds_file)