Home
last modified time | relevance | path

Searched defs:file_time (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/curl/docs/examples/
H A Dftpgetinfo.c72 time_t file_time = (time_t)filetime; in main() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__chrono/
Dfile_clock.h40 using file_time = time_point<file_clock, _Duration>; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__chrono/
H A Dfile_clock.h40 using file_time = time_point<file_clock, _Duration>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__chrono/
Dfile_clock.h40 using file_time = time_point<file_clock, _Duration>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__chrono/
Dfile_clock.h40 using file_time = time_point<file_clock, _Duration>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__chrono/
Dfile_clock.h39 using file_time = time_point<file_clock, _Duration>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__chrono/
Dfile_clock.h40 using file_time = time_point<file_clock, _Duration>; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.clock/time.clock.file/
H A Dostream.pass.cpp41 using file_time = std::chrono::time_point<std::chrono::file_clock, Duration>; typedef
/aosp_15_r20/external/libxkbcommon/bench/
H A Dbench.c49 FILETIME file_time; in gettimeofday() local
/aosp_15_r20/external/conscrypt/common/src/jni/main/include/conscrypt/
H A Dcompat.h96 FILETIME file_time; in gettimeofday() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.syn/
H A Dformatter.file_time.pass.cpp39 using file_time = std::chrono::time_point<std::chrono::file_clock, Duration>; typedef
/aosp_15_r20/external/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H A Dminimal-http-client-multi.c466 FILETIME file_time; in gettimeofday() local
/aosp_15_r20/external/libcups/scheduler/
H A Djob.h49 file_time, /* Job file retain time */ member
/aosp_15_r20/external/zlib/google/
H A Dzip_internal.cc252 zip_fileinfo TimeToZipFileInfo(const base::Time& file_time) { in TimeToZipFileInfo()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dsom.h16 struct timespec file_time; /* system clock */ member
/aosp_15_r20/external/cronet/components/metrics/
H A Dfile_metrics_provider_unittest.cc1075 base::Time file_time = file_base_time - base::Minutes(file_count - i); in TEST_P() local