Changeset 82968 in vbox for trunk/src/VBox/Runtime/common/path
- Timestamp:
- Feb 4, 2020 10:35:17 AM (5 years ago)
- Location:
- trunk/src/VBox/Runtime/common/path
- Files:
-
- 43 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathAbsDup.cpp
r78153 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp
r78400 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp
r78153 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathAppend.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2009-20 19Oracle Corporation7 * Copyright (C) 2009-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathAppendEx.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2009-20 19Oracle Corporation7 * Copyright (C) 2009-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathCalcRelative.cpp
r76660 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathCopyComponents.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathCountComponents.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathEnsureTrailingSeparator.cpp
r80832 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathExt.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathFilename.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathFilenameUtf16.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathHasExt.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathHasPath.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathJoin.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathJoinA.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathJoinEx.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp
r78705 r82968 5 5 6 6 /* 7 * Copyright (C) 2019 Oracle Corporation7 * Copyright (C) 2019-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathParentLength.cpp.h
r78705 r82968 7 7 8 8 /* 9 * Copyright (C) 2019 Oracle Corporation9 * Copyright (C) 2019-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathParse.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathParse.cpp.h
r81203 r82968 7 7 8 8 /* 9 * Copyright (C) 2006-20 19Oracle Corporation9 * Copyright (C) 2006-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathParseSimple.cpp
r81203 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathParsedReassemble.cpp
r78048 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathPurgeFilename.cpp
r79570 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathRealDup.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathRmCmd.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathSkipRootSpec.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathSplit.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathSplitA.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathSplitReassemble.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2013-20 19Oracle Corporation7 * Copyright (C) 2013-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathStartsWithRoot.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathStripExt.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathStripFilename.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/RTPathTraverseList.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2009-20 19Oracle Corporation7 * Copyright (C) 2009-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/comparepaths.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2010-20 19Oracle Corporation7 * Copyright (C) 2010-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp
r76553 r82968 5 5 6 6 /* 7 * Copyright (C) 2006-20 19Oracle Corporation7 * Copyright (C) 2006-2020 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/rtpath-expand-template.cpp.h
r76553 r82968 6 6 7 7 /* 8 * Copyright (C) 2006-20 19Oracle Corporation8 * Copyright (C) 2006-2020 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/path/rtpath-root-length-template.cpp.h
r78702 r82968 7 7 8 8 /* 9 * Copyright (C) 2019 Oracle Corporation9 * Copyright (C) 2019-2020 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.