Searched refs:atime (Results 1 - 11 of 11) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | serial_struct.cpp | 68 .atime = value.atime, in SerializeTransferConfig() 189 .atime = tc.atime, in ParseTransferConfig()
|
H A D | serial_struct.h | 58 uint64_t atime; // ns member 109 uint64_t atime; // ns member 183 Field<fieldTwo, &BaseStruct::TransferConfig::atime>("atime"), in type()
|
/developtools/hdc/hdc_rust/src/serializer/ |
H A D | serialize.rs | 188 atime: self.atime, in serialize() 209 atime: 0, in parse() 233 self.atime = pack.atime; in parse()
|
H A D | native_struct.rs | 69 pub atime: u64,
|
H A D | unittest.rs | 65 atime: 1 << 50, in if_transfer_config_works()
|
H A D | pack_struct.rs | 44 pub atime: libc::c_ulonglong,
|
/developtools/hdc/src/common/ |
H A D | transfer.h | 26 uint64_t atime; // ns member
|
H A D | serial_struct.h | 41 Field<fieldTwo, &Hdc::HdcTransferBase::TransferConfig::atime>("atime"), in type()
|
H A D | transfer.cpp | 173 double aTimeSec = static_cast<long double>(context->transferConfig.atime) / HDC_TIME_CONVERT_BASE; in SetFileTime() 372 st.atime = fs.statbuf.st_atim.tv_sec * HDC_TIME_CONVERT_BASE + fs.statbuf.st_atim.tv_nsec; in OnFileOpen()
|
/developtools/ace_js2bundle/ace-loader/ |
H A D | main.product.js | 221 } else if (cssObject['atime'] && cssObject['atime'][file]) { 222 if (cssObject['atime'][file] !== fs.statSync(file).atime.toString()) {
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 3337 struct timespec64 atime; member 44268 struct timespec64 atime; member 50968 uint64_t atime; global() member 51034 uint64_t atime; global() member [all...] |
Completed in 417 milliseconds