Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp108 if (debugInfo.inode_ != debugInfo.oldInode_ && debugInfo.oldInode_ != 0) { in GetFileStatInfo()
109 oss << "<>0x" << std::hex << debugInfo.oldInode_; in GetFileStatInfo()
211 lIt->second.oldInode_ = rIt->second.inode_; in Update()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h45 uint64_t oldInode_ = 0; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp110 info.oldInode_ = 0; in Collect()