Home
last modified time | relevance | path

Searched refs:last_write_time (Results 1 – 18 of 18) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dlast_write_time.pass.cpp33 static_assert(std::is_same<decltype(e.last_write_time()), file_time_type>::value, in TEST_CASE()
35 static_assert(std::is_same<decltype(e.last_write_time(ec)), file_time_type>::value, in TEST_CASE()
37 static_assert(noexcept(e.last_write_time()) == false, ""); in TEST_CASE()
38 static_assert(noexcept(e.last_write_time(ec)) == true, ""); in TEST_CASE()
52 file_time_type expect = last_write_time(ent); in TEST_CASE()
58 TEST_CHECK(ent.last_write_time(ec) == expect); in TEST_CASE()
63 file_time_type expect = last_write_time(ent); in TEST_CASE()
68 TEST_CHECK(ent.last_write_time(ec) == expect); in TEST_CASE()
74 file_time_type expect = last_write_time(sym); in TEST_CASE()
77 TEST_CHECK(ent.last_write_time(ec) == expect); in TEST_CASE()
[all …]
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dlast_write_time.pass.cpp34 static_assert(std::is_same<decltype(e.last_write_time()), file_time_type>::value, in TEST_CASE()
36 static_assert(std::is_same<decltype(e.last_write_time(ec)), file_time_type>::value, in TEST_CASE()
38 static_assert(noexcept(e.last_write_time()) == false, ""); in TEST_CASE()
39 static_assert(noexcept(e.last_write_time(ec)) == true, ""); in TEST_CASE()
53 file_time_type expect = last_write_time(ent); in TEST_CASE()
59 TEST_CHECK(ent.last_write_time(ec) == expect); in TEST_CASE()
64 file_time_type expect = last_write_time(ent); in TEST_CASE()
69 TEST_CHECK(ent.last_write_time(ec) == expect); in TEST_CASE()
75 file_time_type expect = last_write_time(sym); in TEST_CASE()
78 TEST_CHECK(ent.last_write_time(ec) == expect); in TEST_CASE()
[all …]
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp162 fs::last_write_time(file, tp, ec); in __anon4af1ca000202()
182 fs::last_write_time(file, tp, ec); in __anon4af1ca000302()
200 fs::last_write_time(file, tp, ec); in __anon4af1ca000402()
216 last_write_time(p, ft); in __anon4af1ca000502()
217 return last_write_time(p) == ft; in __anon4af1ca000502()
235 last_write_time(p, ft); in __anon4af1ca000602()
236 return last_write_time(p) != ft && LastWriteTime(p).tv_nsec == 0; in __anon4af1ca000602()
337 ASSERT_SAME_TYPE(decltype(last_write_time(p)), file_time_type); in TEST_CASE()
338 ASSERT_SAME_TYPE(decltype(last_write_time(p, ec)), file_time_type); in TEST_CASE()
339 ASSERT_SAME_TYPE(decltype(last_write_time(p, t)), void); in TEST_CASE()
[all …]
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp166 fs::last_write_time(file, tp, ec); in __anon83bebc120202()
186 fs::last_write_time(file, tp, ec); in __anon83bebc120302()
204 fs::last_write_time(file, tp, ec); in __anon83bebc120402()
220 last_write_time(p, ft); in __anon83bebc120502()
221 return last_write_time(p) == ft; in __anon83bebc120502()
239 last_write_time(p, ft); in __anon83bebc120602()
240 return last_write_time(p) != ft && LastWriteTime(p).tv_nsec == 0; in __anon83bebc120602()
341 ASSERT_SAME_TYPE(decltype(last_write_time(p)), file_time_type); in TEST_CASE()
342 ASSERT_SAME_TYPE(decltype(last_write_time(p, ec)), file_time_type); in TEST_CASE()
343 ASSERT_SAME_TYPE(decltype(last_write_time(p, t)), void); in TEST_CASE()
[all …]
/external/llvm-project/libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/
Dlast_write_time.pass.cpp43 file_time_type old_time = last_write_time(file); in TEST_CASE()
47 last_write_time(file, start_time); in TEST_CASE()
49 TEST_CHECK(ent.last_write_time() == old_time); in TEST_CASE()
57 rep_value = last_write_time(file, ec); in TEST_CASE()
69 TEST_CHECK(ent.last_write_time(ec) == file_time_type::min()); in TEST_CASE()
73 TEST_CHECK(last_write_time(file, ec) == file_time_type::min()); in TEST_CASE()
79 ent.last_write_time()); in TEST_CASE()
85 TEST_CHECK(ent.last_write_time(ec) == rep_value); in TEST_CASE()
/external/libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/
Dlast_write_time.sh.cpp46 file_time_type old_time = last_write_time(file); in TEST_CASE()
50 last_write_time(file, start_time); in TEST_CASE()
52 TEST_CHECK(ent.last_write_time() == old_time); in TEST_CASE()
60 rep_value = last_write_time(file, ec); in TEST_CASE()
72 TEST_CHECK(ent.last_write_time(ec) == file_time_type::min()); in TEST_CASE()
76 TEST_CHECK(last_write_time(file, ec) == file_time_type::min()); in TEST_CASE()
82 ent.last_write_time()); in TEST_CASE()
88 TEST_CHECK(ent.last_write_time(ec) == rep_value); in TEST_CASE()
/external/llvm-project/libcxx/docs/DesignDocs/
DFileTimeType.rst95 point that it can't represent. This can cause the call to ``last_write_time``
130 file_time_type tp = last_write_time(p); // BAD! Throws value_too_large.
154 this case ``last_write_time`` can be used to get and set all possible values
155 supported by the underlying filesystem; meaning ``last_write_time(p)`` will
166 last_write_time("/tmp/foo", file_time_type::max()); // Throws
167 last_write_time("/tmp/foo", file_time_type::min()); // Throws.
205 cout << last_write_time(p).time_since_epoch().count() << endl;
229 auto tp = last_write_time(p);
301 file_time_type tp = last_write_time(p);
407 * ``last_write_time`` has to report an error when the time reported by the filesystem
[all …]
/external/libcxx/docs/DesignDocs/
DFileTimeType.rst95 point that it can't represent. This can cause the call to ``last_write_time``
130 file_time_type tp = last_write_time(p); // BAD! Throws value_too_large.
153 this case ``last_write_time`` can be used to get and set all possible values
154 supported by the underlying filesystem; meaning ``last_write_time(p)`` will
165 last_write_time("/tmp/foo", file_time_type::max()); // Throws
166 last_write_time("/tmp/foo", file_time_type::min()); // Throws.
204 cout << last_write_time(p).time_since_epoch().count() << endl;
228 auto tp = last_write_time(p);
300 file_time_type tp = last_write_time(p);
406 * ``last_write_time`` has to report an error when the time reported by the filesystem
[all …]
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Drefresh.pass.cpp299 CHECK_ACCESS(last_write_time, file_time_type::min()); in TEST_CASE()
316 CHECK_ACCESS(last_write_time, file_time_type::min()); in TEST_CASE()
334 CHECK_ACCESS(last_write_time, file_time_type::min()); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Drefresh.pass.cpp300 CHECK_ACCESS(last_write_time, file_time_type::min()); in TEST_CASE()
317 CHECK_ACCESS(last_write_time, file_time_type::min()); in TEST_CASE()
335 CHECK_ACCESS(last_write_time, file_time_type::min()); in TEST_CASE()
/external/libcxx/include/experimental/
Dfilesystem176 file_time_type last_write_time(const path& p);
177 file_time_type last_write_time(const path& p, error_code& ec) noexcept;
178 void last_write_time(const path& p, file_time_type new_time);
179 void last_write_time(const path& p, file_time_type new_time,
/external/llvm-project/libcxx/include/experimental/
Dfilesystem175 file_time_type last_write_time(const path& p);
176 file_time_type last_write_time(const path& p, error_code& ec) noexcept;
177 void last_write_time(const path& p, file_time_type new_time);
178 void last_write_time(const path& p, file_time_type new_time,
/external/curl/lib/
Dsmb.h191 curl_off_t last_write_time; member
/external/libcxx/include/
Dfilesystem176 file_time_type last_write_time(const path& p);
177 file_time_type last_write_time(const path& p, error_code& ec) noexcept;
178 void last_write_time(const path& p, file_time_type new_time);
179 void last_write_time(const path& p, file_time_type new_time,
1766 last_write_time(const path& __p) {
1771 last_write_time(const path& __p, error_code& __ec) noexcept {
1775 inline _LIBCPP_INLINE_VISIBILITY void last_write_time(const path& __p,
1781 last_write_time(const path& __p, file_time_type __t,
2094 file_time_type last_write_time() const { return __get_write_time(); }
2097 file_time_type last_write_time(error_code& __ec) const noexcept {
[all …]
/external/llvm-project/libcxx/include/
Dfilesystem175 file_time_type last_write_time(const path& p);
176 file_time_type last_write_time(const path& p, error_code& ec) noexcept;
177 void last_write_time(const path& p, file_time_type new_time);
178 void last_write_time(const path& p, file_time_type new_time,
1818 last_write_time(const path& __p) {
1823 last_write_time(const path& __p, error_code& __ec) noexcept {
1827 inline _LIBCPP_INLINE_VISIBILITY void last_write_time(const path& __p,
1833 last_write_time(const path& __p, file_time_type __t,
2146 file_time_type last_write_time() const { return __get_write_time(); }
2149 file_time_type last_write_time(error_code& __ec) const noexcept {
[all …]
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc1447 SYMBOL(last_write_time, std::filesystem::, <filesystem>)
/external/libabigail/tests/data/test-read-dwarf/
Dtest9-pr18818-clang.so.abi3069 …<function-decl name='last_write_time' mangled-name='_ZN5boost10filesystem6detail15last_write_timeE…
3074 …<function-decl name='last_write_time' mangled-name='_ZN5boost10filesystem6detail15last_write_timeE…
Dtest10-pr18818-gcc.so.abi4941 …<function-decl name='last_write_time' mangled-name='_ZN5boost10filesystem6detail15last_write_timeE…
4946 …<function-decl name='last_write_time' mangled-name='_ZN5boost10filesystem6detail15last_write_timeE…