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

  /external/chromium_org/chrome/common/extensions/docs/server2/
caching_file_system.py 102 stat_future = self.StatAsync(path)
104 stat_future = stat_future.Then(lambda x: x, handle)
106 stat_future = Future(value=stat_value)
107 stat_futures[path] = stat_future
compiled_file_system.py 273 stat_future = self._file_system.StatAsync(path)
274 return Future(callback=lambda: stat_future.Get().version)
281 stat_future = self._file_system.StatAsync(path)
282 return Future(callback=lambda: stat_future.Get().version)

Completed in 5767 milliseconds