| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| operations.cpp | 95 fs::current_path(void) function in class:fs 143 const optional< std::string > current_path = utils::getenv("PATH"); local 144 if (!current_path || current_path.get().empty()) 147 std::istringstream path_input(current_path.get() + ":");
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| fs_dir.cc | 275 path current_path() const function in struct:fs::recursive_directory_iterator::_Dir_stack 558 dirs->current_path(),
|
| fs_ops.cc | 127 ret = current_path(ec); 725 fs::current_path() function in class:fs 728 path p = current_path(ec); 735 fs::current_path(error_code& ec) function in class:fs 793 fs::current_path(const path& p) function in class:fs 796 current_path(p, ec); 802 fs::current_path(const path& p, error_code& ec) noexcept
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_dir.cc | 275 path current_path() const function in struct:fs::recursive_directory_iterator::_Dir_stack 558 dirs->current_path(),
|
| fs_ops.cc | 127 ret = current_path(ec); 725 fs::current_path() function in class:fs 728 path p = current_path(ec); 735 fs::current_path(error_code& ec) function in class:fs 793 fs::current_path(const path& p) function in class:fs 796 current_path(p, ec); 802 fs::current_path(const path& p, error_code& ec) noexcept
|
| /src/external/bsd/kyua-testers/dist/ |
| fs.c | 270 /// \param current_path The file or directory to traverse. 277 recursive_unmount(const char* current_path, const void* raw_parent_sb) 282 bool ok = try_stat(current_path, ¤t_sb); 286 ok &= try_iterate_directory(current_path, recursive_unmount, 291 ok &= try_unmount(current_path); 304 /// \param current_path The file or directory to traverse. 311 recursive_cleanup(const char* current_path, const void* raw_parent_sb) 316 bool ok = try_stat(current_path, ¤t_sb); 326 try_unprotect_symlink(current_path); 328 try_unprotect(current_path); 521 char* current_path = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| ops.cc | 221 path cur = current_path(ec); 649 fs::current_path() function in class:fs 652 path p = current_path(ec); 659 fs::current_path(error_code& ec) function in class:fs 717 fs::current_path(const path& p) function in class:fs 720 current_path(p, ec); 726 fs::current_path(const path& p, error_code& ec) noexcept 1329 path base = current_path(ec);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| ops.cc | 220 path cur = current_path(ec); 634 fs::current_path() function in class:fs 637 path p = current_path(ec); 644 fs::current_path(error_code& ec) function in class:fs 702 fs::current_path(const path& p) function in class:fs 705 current_path(p, ec); 711 fs::current_path(const path& p, error_code& ec) noexcept 1314 path base = current_path(ec);
|
| std-ops.cc | 84 return current_path() / p; 107 ret = current_path(ec); 859 fs::current_path() function in class:fs 862 path p = current_path(ec); 869 fs::current_path(error_code& ec) function in class:fs 920 fs::current_path(const path& p) function in class:fs 923 current_path(p, ec); 929 fs::current_path(const path& p, error_code& ec) noexcept
|