Home
last modified time | relevance | path

Searched refs:_create_file_if_needed (Results 1 – 4 of 4) sorted by relevance

/external/python/oauth2client/oauth2client/
Dfile.py72 def _create_file_if_needed(self): member in Storage
94 self._create_file_if_needed()
/external/python/oauth2client/oauth2client/contrib/
Dmultiprocess_file_storage.py100 def _create_file_if_needed(filename): function
229 _create_file_if_needed(self._filename)
Dmultistore_file.py220 self._create_file_if_needed()
286 def _create_file_if_needed(self): member in _MultiStore
/external/python/oauth2client/tests/contrib/
Dtest_multiprocess_file_storage.py219 multiprocess_file_storage._create_file_if_needed(self.filename))
222 multiprocess_file_storage._create_file_if_needed(self.filename))