Home
last modified time | relevance | path

Searched defs:entry_stat (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_entry_impl.cc1055 auto entry_stat = std::make_unique<SimpleEntryStat>( in ReadDataInternal() local
1145 auto entry_stat = std::make_unique<SimpleEntryStat>( in WriteDataInternal() local
1268 auto entry_stat = std::make_unique<SimpleEntryStat>( in WriteSparseDataInternal() local
1479 const SimpleEntryStat& entry_stat, in UpdateStateAfterOperationComplete()
1495 const SimpleEntryStat& entry_stat, in EntryOperationComplete()
1509 std::unique_ptr<SimpleEntryStat> entry_stat, in ReadOperationComplete()
1541 std::unique_ptr<SimpleEntryStat> entry_stat, in WriteOperationComplete()
1576 SimpleEntryStat entry_stat(*last_used, last_modified_, data_size_, in ReadSparseOperationComplete() local
1583 std::unique_ptr<SimpleEntryStat> entry_stat, in WriteSparseOperationComplete()
1605 SimpleEntryStat entry_stat(last_used_, last_modified_, data_size_, in GetAvailableRangeOperationComplete() local
[all …]
H A Dsimple_synchronous_entry.cc303 SimpleEntryStat entry_stat) in SimpleEntryCreationResults()
593 SimpleEntryStat* entry_stat, in ReadData()
1006 const SimpleEntryStat& entry_stat, in CheckEOFRecord()
1035 const SimpleEntryStat& entry_stat, in PreReadStreamPayload()
1063 const SimpleEntryStat& entry_stat, in Close()
H A Dsimple_synchronous_entry.h115 SimpleEntryStat entry_stat; member
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dprocfs.rs54 let entry_stat = fstat(entry)?; in check_proc_entry() localVariable
/aosp_15_r20/external/cronet/net/disk_cache/
H A Dentry_unittest.cc4259 disk_cache::SimpleEntryStat entry_stat( in TEST_F() local