Home
last modified time | relevance | path

Searched refs:first_attempt (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py64 first_attempt = os.path.join(self._UPDATE_ENGINE_PREFS_DIR,
67 self._hosts[1].run('echo 1 > %s' % first_attempt)
69 self._hosts[1].run('rm %s' % first_attempt, ignore_status=True)
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_file_system.cc442 bool first_attempt = true; in SyncImpl() local
444 [&first_attempt, &already_uploaded, &session_uri, this]() { in SyncImpl()
445 if (!first_attempt) { in SyncImpl()
458 first_attempt = false; in SyncImpl()