Changeset 28800 in vbox for trunk/src/VBox/Runtime/common/path
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60692
- Location:
- trunk/src/VBox/Runtime/common/path
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/path/RTPathAbsDup.cpp
r21673 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathAbsEx.cpp
r26344 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp
r21673 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathAppend.cpp
r26476 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp
r26560 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp
r26520 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathCopyComponents.cpp
r26476 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathCountComponents.cpp
r26476 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathExt.cpp
r21673 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathFilename.cpp
r21673 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathHaveExt.cpp
r21673 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathHavePath.cpp
r21673 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathJoin.cpp
r26134 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathParse.cpp
r25645 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathRealDup.cpp
r21673 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathStripExt.cpp
r21673 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathStripFilename.cpp
r21676 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp
r25925 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2010 Sun Microsystems, Inc.7 * Copyright (C) 2006-2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/RTPathTraverseList.cpp
r22311 r28800 5 5 6 6 /* 7 * Copyright (C) 2009 Sun Microsystems, Inc.7 * Copyright (C) 2009 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/comparepaths.cpp
r21676 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp
r26492 r28800 5 5 6 6 /* 7 * Copyright (C) 2010 Sun Microsystems, Inc.7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26 -
trunk/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp
r26476 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 * You may elect to license modified versions of this file under the 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 *26 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa27 * Clara, CA 95054 USA or visit http://www.sun.com if you need28 * additional information or have any questions.29 25 */ 30 26
Note:
See TracChangeset
for help on using the changeset viewer.