reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
129 sys::fs::create_directories(sys::path::parent_path(entry.RPath), 137 if (std::error_code EC = sys::fs::status(entry.VPath, Stat)) { 146 sys::fs::create_directories(entry.RPath, 155 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { 155 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { 161 if (auto perms = sys::fs::getPermissions(entry.VPath)) { 162 if (std::error_code EC = sys::fs::setPermissions(entry.RPath, *perms)) { 169 copyAccessAndModificationTime(entry.RPath, Stat);