Searched refs:strSysFilePath (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 1066 rtl_uString* strSysFilePath = NULL; in osl_getDirectoryItem() local 1078 error = _osl_getSystemPathFromFileURL( strFilePath, &strSysFilePath, sal_False ); in osl_getDirectoryItem() 1083 dwPathType = IsValidFilePath( strSysFilePath, NULL, VALIDATEPATH_NORMAL, NULL ); in osl_getDirectoryItem() 1108 rtl_uString_newFromString( &pItemImpl->m_pFullPath, strSysFilePath ); in osl_getDirectoryItem() 1115 …while( iSrc < strSysFilePath->length && strSysFilePath->buffer[iSrc] && strSysFilePath->buffer[iSr… in osl_getDirectoryItem() 1117 pItemImpl->FindData.cFileName[iDst++] = strSysFilePath->buffer[iSrc++]; in osl_getDirectoryItem() 1157 if ( strSysFilePath->length > 0 && strSysFilePath->buffer[strSysFilePath->length - 1] == '\\' ) in osl_getDirectoryItem() 1158 …rtl_uString_newFromStr_WithLength( &strSysFilePath, strSysFilePath->buffer, strSysFilePath->length… in osl_getDirectoryItem() 1171 rtl_uString_newFromString( &pItemImpl->m_pFullPath, strSysFilePath ); in osl_getDirectoryItem() 1186 if ( strSysFilePath ) in osl_getDirectoryItem() [all …]
|
/aoo41x/main/sal/osl/os2/ |
H A D | file.cxx | 1124 rtl_uString* strSysFilePath = NULL; in osl_getDirectoryItem() local 1140 error = osl_getSystemPathFromFileURL_Ex(ustrFileURL, &strSysFilePath, sal_False); in osl_getDirectoryItem() 1145 dwPathType = IsValidFilePath( strSysFilePath->buffer, NULL, VALIDATEPATH_NORMAL ); in osl_getDirectoryItem() 1169 rtl_uString_assign( &pItemImpl->ustrFilePath, strSysFilePath ); in osl_getDirectoryItem() 1188 rtl_uString_assign( &pItemImpl->ustrDrive, strSysFilePath ); in osl_getDirectoryItem() 1201 if ( strSysFilePath->length > 0 && strSysFilePath->buffer[strSysFilePath->length - 1] == '\\' ) in osl_getDirectoryItem() 1202 …rtl_uString_newFromStr_WithLength( &strSysFilePath, strSysFilePath->buffer, strSysFilePath->length… in osl_getDirectoryItem() 1204 if (0 == access_u(strSysFilePath, F_OK)) in osl_getDirectoryItem() 1212 rtl_uString_assign( &pItemImpl->ustrFilePath, strSysFilePath ); in osl_getDirectoryItem() 1222 if ( strSysFilePath ) in osl_getDirectoryItem() [all …]
|
Completed in 23 milliseconds