Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/simple/
Dsimple_entry_impl.cc1047 auto entry_stat = std::make_unique<SimpleEntryStat>( in ReadDataInternal() local
1135 auto entry_stat = std::make_unique<SimpleEntryStat>( in WriteDataInternal() local
1258 auto entry_stat = std::make_unique<SimpleEntryStat>( in WriteSparseDataInternal() local
1468 const SimpleEntryStat& entry_stat, in UpdateStateAfterOperationComplete()
1484 const SimpleEntryStat& entry_stat, in EntryOperationComplete()
1498 std::unique_ptr<SimpleEntryStat> entry_stat, in ReadOperationComplete()
1530 std::unique_ptr<SimpleEntryStat> entry_stat, in WriteOperationComplete()
1565 SimpleEntryStat entry_stat(*last_used, last_modified_, data_size_, in ReadSparseOperationComplete() local
1572 std::unique_ptr<SimpleEntryStat> entry_stat, in WriteSparseOperationComplete()
1594 SimpleEntryStat entry_stat(last_used_, last_modified_, data_size_, in GetAvailableRangeOperationComplete() local
[all …]
Dsimple_synchronous_entry.cc302 SimpleEntryStat entry_stat) in SimpleEntryCreationResults()
592 SimpleEntryStat* entry_stat, in ReadData()
1005 const SimpleEntryStat& entry_stat, in CheckEOFRecord()
1034 const SimpleEntryStat& entry_stat, in PreReadStreamPayload()
1062 const SimpleEntryStat& entry_stat, in Close()
Dsimple_synchronous_entry.h119 SimpleEntryStat entry_stat; member
/external/rust/crates/rustix/src/
Dprocfs.rs54 let entry_stat = fstat(entry)?; in check_proc_entry() localVariable
/external/cronet/net/disk_cache/
Dentry_unittest.cc4260 disk_cache::SimpleEntryStat entry_stat( in TEST_F() local