HomeSort by relevance Sort by last modified time
    Searched refs:__last_write_time (Results 1 - 2 of 2) sorted by null

  /external/libcxx/src/experimental/filesystem/
operations.cpp 52 #include <sys/time.h> // for ::utimes as used in __last_write_time
328 auto from_time = __last_write_time(from, ec);
330 auto to_time = __last_write_time(to, ec);
564 file_time_type __last_write_time(const path& p, std::error_code *ec) function
584 void __last_write_time(const path& p, file_time_type new_time, function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
operations.cpp 25 #include <sys/time.h> // for ::utimes as used in __last_write_time
292 auto from_time = __last_write_time(from, ec);
294 auto to_time = __last_write_time(to, ec);
526 file_time_type __last_write_time(const path& p, std::error_code *ec) function
546 void __last_write_time(const path& p, file_time_type new_time, function

Completed in 85 milliseconds