Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc87 base::File file_to_truncate = in TruncatePath() local
89 if (!file_to_truncate.IsValid()) in TruncatePath()
91 if (!file_to_truncate.SetLength(0)) in TruncatePath()