Home
last modified time | relevance | path

Searched refs:__last_write_time (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/
Doperations.h61 _LIBCPP_EXPORTED_FROM_ABI file_time_type __last_write_time(const path&, error_code* __ec = nullptr);
62 _LIBCPP_EXPORTED_FROM_ABI void __last_write_time(const path&, file_time_type __new_time, error_code…
216 …PP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } in last_write_time()
218 return __last_write_time(__p, &__ec); in last_write_time()
220 …FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } in last_write_time()
222 __last_write_time(__p, __t, &__ec); in last_write_time()
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__filesystem/
H A Doperations.h61 _LIBCPP_EXPORTED_FROM_ABI file_time_type __last_write_time(const path&, error_code* __ec = nullptr);
62 _LIBCPP_EXPORTED_FROM_ABI void __last_write_time(const path&, file_time_type __new_time, error_code…
216 …PP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } in last_write_time()
218 return __last_write_time(__p, &__ec); in last_write_time()
220 …FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } in last_write_time()
222 __last_write_time(__p, __t, &__ec); in last_write_time()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__filesystem/
Doperations.h61 _LIBCPP_EXPORTED_FROM_ABI file_time_type __last_write_time(const path&, error_code* __ec = nullptr);
62 _LIBCPP_EXPORTED_FROM_ABI void __last_write_time(const path&, file_time_type __new_time, error_code…
216 …PP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } in last_write_time()
218 return __last_write_time(__p, &__ec); in last_write_time()
220 …FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } in last_write_time()
222 __last_write_time(__p, __t, &__ec); in last_write_time()
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/
Doperations.h60 _LIBCPP_EXPORTED_FROM_ABI file_time_type __last_write_time(const path&, error_code* __ec = nullptr);
61 _LIBCPP_EXPORTED_FROM_ABI void __last_write_time(const path&, file_time_type __new_time, error_code…
215 …PP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } in last_write_time()
217 return __last_write_time(__p, &__ec); in last_write_time()
219 …FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } in last_write_time()
221 __last_write_time(__p, __t, &__ec); in last_write_time()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__filesystem/
Doperations.h61 _LIBCPP_EXPORTED_FROM_ABI file_time_type __last_write_time(const path&, error_code* __ec = nullptr);
62 _LIBCPP_EXPORTED_FROM_ABI void __last_write_time(const path&, file_time_type __new_time, error_code…
216 …PP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } in last_write_time()
218 return __last_write_time(__p, &__ec); in last_write_time()
220 …FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } in last_write_time()
222 __last_write_time(__p, __t, &__ec); in last_write_time()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/
Doperations.h61 _LIBCPP_EXPORTED_FROM_ABI file_time_type __last_write_time(const path&, error_code* __ec = nullptr);
62 _LIBCPP_EXPORTED_FROM_ABI void __last_write_time(const path&, file_time_type __new_time, error_code…
216 …PP_HIDE_FROM_ABI file_time_type last_write_time(const path& __p) { return __last_write_time(__p); } in last_write_time()
218 return __last_write_time(__p, &__ec); in last_write_time()
220 …FROM_ABI void last_write_time(const path& __p, file_time_type __t) { __last_write_time(__p, __t); } in last_write_time()
222 __last_write_time(__p, __t, &__ec); in last_write_time()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/external/libcxx/include/
H A Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/
Dfilesystem1424 file_time_type __last_write_time(const path& p, error_code* ec = nullptr);
1426 void __last_write_time(const path& p, file_time_type new_time,
1767 return __last_write_time(__p);
1772 return __last_write_time(__p, &__ec);
1777 __last_write_time(__p, __t);
1783 __last_write_time(__p, __t, &__ec);
2365 return _VSTD_FS::__last_write_time(__p_, __ec);

12