Home
last modified time | relevance | path

Searched refs:to_st (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h259 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY()
318 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY()
327 if (to_st == nullptr) in _GLIBCXX_VISIBILITY()
339 to_st = &st1; in _GLIBCXX_VISIBILITY()
341 else if (to_st == from_st) in _GLIBCXX_VISIBILITY()
342 to_st = nullptr; in _GLIBCXX_VISIBILITY()
344 if (to_st == nullptr) in _GLIBCXX_VISIBILITY()
347 t = make_file_status(*to_st); in _GLIBCXX_VISIBILITY()
376 if (to_st->st_dev == from_st->st_dev in _GLIBCXX_VISIBILITY()
377 && to_st->st_ino == from_st->st_ino) in _GLIBCXX_VISIBILITY()
[all …]
A Dops.cc263 stat_type from_st, to_st; in copy() local
274 ? posix::lstat(to.c_str(), &to_st) in copy()
275 : posix::stat(to.c_str(), &to_st)) in copy()
285 t = make_file_status(to_st); in copy()
289 && to_st.st_dev == from_st.st_dev && to_st.st_ino == from_st.st_ino) in copy()
329 auto ptr = exists(t) ? &to_st : &from_st; in copy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops-common.h259 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY()
318 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY()
327 if (to_st == nullptr) in _GLIBCXX_VISIBILITY()
339 to_st = &st1; in _GLIBCXX_VISIBILITY()
341 else if (to_st == from_st) in _GLIBCXX_VISIBILITY()
342 to_st = nullptr; in _GLIBCXX_VISIBILITY()
344 if (to_st == nullptr) in _GLIBCXX_VISIBILITY()
347 t = make_file_status(*to_st); in _GLIBCXX_VISIBILITY()
376 if (to_st->st_dev == from_st->st_dev in _GLIBCXX_VISIBILITY()
377 && to_st->st_ino == from_st->st_ino) in _GLIBCXX_VISIBILITY()
[all …]
A Dops.cc263 stat_type from_st, to_st; in copy() local
274 ? posix::lstat(to.c_str(), &to_st) in copy()
275 : posix::stat(to.c_str(), &to_st)) in copy()
285 t = make_file_status(to_st); in copy()
289 && to_st.st_dev == from_st.st_dev && to_st.st_ino == from_st.st_ino) in copy()
329 auto ptr = exists(t) ? &to_st : &from_st; in copy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops-common.h250 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY()
309 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY()
318 if (to_st == nullptr) in _GLIBCXX_VISIBILITY()
330 to_st = &st1; in _GLIBCXX_VISIBILITY()
332 else if (to_st == from_st) in _GLIBCXX_VISIBILITY()
333 to_st = nullptr; in _GLIBCXX_VISIBILITY()
335 if (to_st == nullptr) in _GLIBCXX_VISIBILITY()
338 t = make_file_status(*to_st); in _GLIBCXX_VISIBILITY()
367 if (to_st->st_dev == from_st->st_dev in _GLIBCXX_VISIBILITY()
368 && to_st->st_ino == from_st->st_ino) in _GLIBCXX_VISIBILITY()
[all …]
A Dops.cc263 stat_type from_st, to_st; in copy() local
274 ? posix::lstat(to.c_str(), &to_st) in copy()
275 : posix::stat(to.c_str(), &to_st)) in copy()
285 t = make_file_status(to_st); in copy()
289 && to_st.st_dev == from_st.st_dev && to_st.st_ino == from_st.st_ino) in copy()
329 auto ptr = exists(t) ? &to_st : &from_st; in copy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc324 if (to_st == nullptr) in do_copy_file()
336 to_st = &st1; in do_copy_file()
338 else if (to_st == from_st) in do_copy_file()
339 to_st = nullptr; in do_copy_file()
341 if (to_st == nullptr) in do_copy_file()
344 t = make_file_status(*to_st); in do_copy_file()
502 stat_type from_st, to_st; in copy() local
513 ? ::lstat(to.c_str(), &to_st) in copy()
514 : ::stat(to.c_str(), &to_st)) in copy()
524 t = make_file_status(to_st); in copy()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc324 if (to_st == nullptr) in do_copy_file()
336 to_st = &st1; in do_copy_file()
338 else if (to_st == from_st) in do_copy_file()
339 to_st = nullptr; in do_copy_file()
341 if (to_st == nullptr) in do_copy_file()
344 t = make_file_status(*to_st); in do_copy_file()
522 stat_type from_st, to_st; in copy() local
533 ? ::lstat(to.c_str(), &to_st) in copy()
534 : ::stat(to.c_str(), &to_st)) in copy()
544 t = make_file_status(to_st); in copy()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc324 if (to_st == nullptr) in do_copy_file()
336 to_st = &st1; in do_copy_file()
338 else if (to_st == from_st) in do_copy_file()
339 to_st = nullptr; in do_copy_file()
341 if (to_st == nullptr) in do_copy_file()
344 t = make_file_status(*to_st); in do_copy_file()
522 stat_type from_st, to_st; in copy() local
533 ? ::lstat(to.c_str(), &to_st) in copy()
534 : ::stat(to.c_str(), &to_st)) in copy()
544 t = make_file_status(to_st); in copy()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dstd-ops.cc282 if (to_st == nullptr) in do_copy_file()
294 to_st = &st1; in do_copy_file()
296 else if (to_st == from_st) in do_copy_file()
297 to_st = nullptr; in do_copy_file()
299 if (to_st == nullptr) in do_copy_file()
302 t = make_file_status(*to_st); in do_copy_file()
478 stat_type from_st, to_st; in copy() local
489 ? ::lstat(to.c_str(), &to_st) in copy()
490 : ::stat(to.c_str(), &to_st)) in copy()
500 t = make_file_status(to_st); in copy()
[all …]
A Dops.cc263 stat_type from_st, to_st; in copy() local
274 ? ::lstat(to.c_str(), &to_st) in copy()
275 : ::stat(to.c_str(), &to_st)) in copy()
285 t = make_file_status(to_st); in copy()
289 && to_st.st_dev == from_st.st_dev && to_st.st_ino == from_st.st_ino) in copy()
329 auto ptr = exists(t) ? &to_st : &from_st; in copy()
A Dops-common.h87 stat_type* from_st, stat_type* to_st, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_ops.cc330 stat_type from_st, to_st; in copy() local
341 ? posix::lstat(to.c_str(), &to_st) in copy()
342 : posix::stat(to.c_str(), &to_st)) in copy()
352 t = make_file_status(to_st); in copy()
356 && to_st.st_dev == from_st.st_dev && to_st.st_ino == from_st.st_ino) in copy()
396 auto ptr = exists(t) ? &to_st : &from_st; in copy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_ops.cc330 stat_type from_st, to_st; in copy() local
341 ? posix::lstat(to.c_str(), &to_st) in copy()
342 : posix::stat(to.c_str(), &to_st)) in copy()
352 t = make_file_status(to_st); in copy()
356 && to_st.st_dev == from_st.st_dev && to_st.st_ino == from_st.st_ino) in copy()
396 auto ptr = exists(t) ? &to_st : &from_st; in copy()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_ops.cc330 stat_type from_st, to_st; in copy() local
341 ? posix::lstat(to.c_str(), &to_st) in copy()
342 : posix::stat(to.c_str(), &to_st)) in copy()
352 t = make_file_status(to_st); in copy()
356 && to_st.st_dev == from_st.st_dev && to_st.st_ino == from_st.st_ino) in copy()
396 auto ptr = exists(t) ? &to_st : &from_st; in copy()

Completed in 62 milliseconds