Home
last modified time | relevance | path

Searched refs:to_time (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/ruby/spec/
Dtime_consts_spec.rb32 expect(m.const_get(c).to_time).to be_a(Time)
/external/libcxx/src/filesystem/
Doperations.cpp774 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file() local
775 if (from_time.tv_sec < to_time.tv_sec) in __copy_file()
777 if (from_time.tv_sec == to_time.tv_sec && in __copy_file()
778 from_time.tv_nsec <= to_time.tv_nsec) in __copy_file()