Searched refs:srcPath (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sal/osl/unx/ |
H A D | file_misc.cxx | 594 char srcPath[PATH_MAX]; in osl_moveFile() local 602 eRet = FileURLToPath( srcPath, PATH_MAX, ustrFileURL ); in osl_moveFile() 612 …if ( macxp_resolveAlias( srcPath, PATH_MAX ) != 0 || macxp_resolveAlias( destPath, PATH_MAX ) != 0… in osl_moveFile() 616 return oslDoMoveFile( srcPath, destPath ); in osl_moveFile() 625 char srcPath[PATH_MAX]; in osl_copyFile() local 633 eRet = FileURLToPath( srcPath, PATH_MAX, ustrFileURL ); in osl_copyFile() 643 …if ( macxp_resolveAlias( srcPath, PATH_MAX ) != 0 || macxp_resolveAlias( destPath, PATH_MAX ) != 0… in osl_copyFile() 647 return osl_psz_copyFile( srcPath, destPath ); in osl_copyFile()
|
/aoo4110/main/sal/osl/os2/ |
H A D | file.cxx | 1909 char srcPath[PATH_MAX]; in osl_moveFile() local 1918 eRet = FileURLToPath( srcPath, PATH_MAX, ustrFileURL ); in osl_moveFile() 1929 rc = DosMove( (PCSZ)srcPath, (PCSZ)destPath); in osl_moveFile() 2206 char srcPath[PATH_MAX]; in osl_copyFile() local 2215 eRet = FileURLToPath( srcPath, PATH_MAX, ustrFileURL ); in osl_copyFile() 2224 return osl_psz_copyFile( srcPath, destPath ); in osl_copyFile()
|
Completed in 38 milliseconds