/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | fs.rs | 1421 pub fn modified(&self) -> io::Result<SystemTime> { in modified() 1457 pub fn accessed(&self) -> io::Result<SystemTime> { in accessed() 1490 pub fn created(&self) -> io::Result<SystemTime> { in created()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | fs.rs | 1421 pub fn modified(&self) -> io::Result<SystemTime> { in modified() 1457 pub fn accessed(&self) -> io::Result<SystemTime> { in accessed() 1490 pub fn created(&self) -> io::Result<SystemTime> { in created()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | fs.rs | 1421 pub fn modified(&self) -> io::Result<SystemTime> { in modified() 1457 pub fn accessed(&self) -> io::Result<SystemTime> { in accessed() 1490 pub fn created(&self) -> io::Result<SystemTime> { in created()
|
/aosp_15_r20/hardware/google/aemu/windows/includes/sys/ |
D | time.h | 28 typedef void (*SystemTime)(FileTime*); typedef
|
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/ |
H A D | report.rs | 100 pub fn get_report_ts(filename: &str) -> Result<SystemTime> { in get_report_ts()
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | id_rotation.rs | 55 creation_datetime: &SystemTime, in had_factory_reset_since_id_rotation()
|
/aosp_15_r20/external/rust/android-crates-io/crates/httpdate/src/ |
D | lib.rs | 53 pub fn parse_http_date(s: &str) -> Result<SystemTime, Error> { in parse_http_date()
|
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/ |
D | atom.rs | 170 vm_start_timestamp: Option<SystemTime>, in write_vm_booted_stats()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ioevent.h | 34 LARGE_INTEGER SystemTime; member
|
/aosp_15_r20/build/soong/ui/tracer/ |
H A D | status.go | 121 SystemTime uint32 `json:"system_time_ms"` member
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | Timer.h | 29 double SystemTime; // System time elapsed variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/ |
D | mod.rs | 40 SystemTime(SystemTimeError), enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | Timer.h | 28 double SystemTime = 0.0; ///< System time elapsed. variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | Timer.h | 28 double SystemTime = 0.0; ///< System time elapsed. variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Timer.h | 28 double SystemTime; ///< System time elapsed. variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Timer.h | 29 double SystemTime; ///< System time elapsed. variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | Timer.h | 28 double SystemTime = 0.0; ///< System time elapsed. variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | Timer.h | 28 double SystemTime = 0.0; ///< System time elapsed. variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Timer.h | 29 double SystemTime; ///< System time elapsed. variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | exec.go | 373 func (p *ProcessState) SystemTime() time.Duration { func
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/multi_package/sub_pkgs/pkg_b/src/ |
H A D | lib.rs | 132 _now: std::time::SystemTime, in verify_client_cert()
|
/aosp_15_r20/build/soong/ui/status/ |
H A D | status.go | 71 SystemTime uint32 member
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/tests/ |
D | criterion_tests.rs | 99 fn latest_modified(dir: &PathBuf) -> SystemTime { in latest_modified()
|
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/ |
D | mod.rs | 1645 impl<Tz: TimeZone> From<DateTime<Tz>> for SystemTime { implementation 1646 fn from(dt: DateTime<Tz>) -> SystemTime { in from()
|
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/ |
H A D | driver.cc | 104 static double SystemTime(const ClientStats& s) { return s.time_system(); } in SystemTime() function
|