Home
last modified time | relevance | path

Searched refs:GetBackingFile (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/gsid/
H A Dpartition_installer.cpp75 auto file = GetBackingFile(name_); in FinishInstall()
99 system_device_ = OpenPartition(GetBackingFile(name_)); in StartInstall()
151 std::string file = GetBackingFile(name_); in Preallocate()
292 const std::string PartitionInstaller::GetBackingFile(std::string name) { in GetBackingFile() function in android::gsi::PartitionInstaller
297 auto file = GetBackingFile(name_); in Format()
320 PLOG(ERROR) << "fsync failed for " << GetBackingFile(name_); in CheckInstallState()
H A Dpartition_installer.h76 static const std::string GetBackingFile(std::string name);
/aosp_15_r20/external/libbrillo/brillo/blkdev_utils/
H A Dloop_device.cc86 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()
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dentry_impl.cc442 File* key_file = GetBackingFile(address, kKeyFileIndex); in CreateEntry()
757 File* key_file = const_cast<EntryImpl*>(this)->GetBackingFile(address, in GetKey()
1021 File* file = GetBackingFile(address, index); in InternalReadData()
1115 File* file = GetBackingFile(address, index); in InternalWriteData()
1227 File* EntryImpl::GetBackingFile(Addr address, int index) { in GetBackingFile() function in disk_cache::EntryImpl
1374 File* file = GetBackingFile(address, index); in CopyToLocalBuffer()
1474 File* file = GetBackingFile(address, index); in Flush()
H A Dentry_impl.h241 File* GetBackingFile(Addr address, int index);