Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.clock/time.clock.file/
H A Dto_from_sys.pass.cpp60 auto file_diff = ft - std::chrono::file_clock::from_sys(st); in main() local
61 assert(sys_diff == file_diff); in main()
/aosp_15_r20/external/crosvm/tools/impl/
H A Dpresubmit.py335 file_diff = [*list_file_diff()]
336 new_files = [f for (s, f) in file_diff if s == "A"]
340 modified_files = [f for (s, f) in file_diff if s in ("M", "A")]
/aosp_15_r20/build/make/core/
H A DMakefile3584 system_file_diff_timestamp := $(systemimage_intermediates)/file_diff.timestamp