Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:sharing

2078 // Tests that sharing of external files works and we are able to delete the
2092 DWORD sharing = FILE_SHARE_READ | FILE_SHARE_WRITE;
2095 name.value().c_str(), access, sharing, NULL, OPEN_EXISTING, 0, NULL));
2098 sharing |= FILE_SHARE_DELETE;
2099 file2.Set(CreateFile(name.value().c_str(), access, sharing, NULL,