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

  /external/skia/tools/skp/
webpages_playback.py 445 if (gs.does_storage_object_exist(wpr_source) and
446 gs.does_storage_object_exist(page_set_source)):
464 def does_storage_object_exist(self, *args): member in class:DataStore
481 def does_storage_object_exist(self, *args): member in class:GoogleStorageDataStore
482 return self.gs.does_storage_object_exist(self._bucket, *args)
495 def does_storage_object_exist(self, name, *args): member in class:LocalFileSystemDataStore
recreate_skps.py 33 if not gs_utils.GSUtils().does_storage_object_exist('chromium-skia-gm',

Completed in 62 milliseconds