Home
last modified time | relevance | path

Searched refs:rUnqPath (Results 1 – 2 of 2) sorted by path

/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx1682 const rtl::OUString& rUnqPath, in mkdir() argument
1689 if ( rUnqPath[ rUnqPath.getLength() - 1 ] == sal_Unicode( '/' ) ) in mkdir()
1690 aUnqPath = rUnqPath.copy( 0, rUnqPath.getLength() - 1 ); in mkdir()
1692 aUnqPath = rUnqPath; in mkdir()
2085 const rtl::OUString& rUnqPath, in ensuredir() argument
2091 if ( rUnqPath.getLength() < 1 ) in ensuredir()
2094 if ( rUnqPath[ rUnqPath.getLength() - 1 ] == sal_Unicode( '/' ) ) in ensuredir()
2095 aPath = rUnqPath.copy( 0, rUnqPath.getLength() - 1 ); in ensuredir()
2097 aPath = rUnqPath; in ensuredir()
/trunk/main/unotools/source/ucbhelper/
H A Dtempfile.cxx81 sal_Bool ensuredir( const rtl::OUString& rUnqPath ) in ensuredir() argument
84 if ( rUnqPath.getLength() < 1 ) in ensuredir()
88 if ( rUnqPath[ rUnqPath.getLength() - 1 ] == sal_Unicode( '/' ) ) in ensuredir()
89 aPath = rUnqPath.copy( 0, rUnqPath.getLength() - 1 ); in ensuredir()
91 aPath = rUnqPath; in ensuredir()

Completed in 36 milliseconds