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

  /external/webrtc/webrtc/base/
diskcache.h 93 // CacheLock - Automatically manage locking and unlocking, with optional
97 class CacheLock {
99 CacheLock(DiskCache* cache, const std::string& id, bool rollback = false)
104 ~CacheLock() {
httpclient.cc 459 CacheLock lock(cache_, id, true);
644 CacheLock lock(cache_, id);

Completed in 61 milliseconds