Searched refs:GetBackingFile (Results 1 – 3 of 3) sorted by relevance
/external/libbrillo/brillo/blkdev_utils/ |
D | loop_device.cc | 86 base::FilePath GetBackingFile(const base::FilePath& loopdev_path) { in GetBackingFile() function 247 CreateLoopDevice(device_number, GetBackingFile(loopdev_path))); in SearchLoopDevicePaths() 260 CreateLoopDevice(dev_number, GetBackingFile(loopdev))); in SearchLoopDevicePaths()
|
/external/cronet/net/disk_cache/blockfile/ |
D | entry_impl.cc | 453 File* key_file = GetBackingFile(address, kKeyFileIndex); in CreateEntry() 804 File* key_file = const_cast<EntryImpl*>(this)->GetBackingFile(address, in GetKey() 1070 File* file = GetBackingFile(address, index); in InternalReadData() 1173 File* file = GetBackingFile(address, index); in InternalWriteData() 1292 File* EntryImpl::GetBackingFile(Addr address, int index) { in GetBackingFile() function in disk_cache::EntryImpl 1439 File* file = GetBackingFile(address, index); in CopyToLocalBuffer() 1539 File* file = GetBackingFile(address, index); in Flush()
|
D | entry_impl.h | 244 File* GetBackingFile(Addr address, int index);
|