Lines Matching refs:buffer

407             if ( pPath->buffer[nLen - 1] != L'\\' )  in OpenDirectory()
524 if ( nLen && pDirImpl->m_pDirectoryPath->buffer[nLen - 1] != L'\\' ) in osl_openLocalRoot()
589 if ( nLen && pDirImpl->m_pDirectoryPath->buffer[nLen - 1] != L'\\' ) in osl_openFileDirectory()
632 aNetResource.lpRemoteName = reinterpret_cast<LPWSTR>(strSysDirPath->buffer); in osl_openNetworkServer()
707 …rtl_ustr_lastIndexOfChar_WithLength(dir_path->buffer, dir_path->length, BACKSLASH) != dir_path->le… in create_dir_recursively_()
715 if ((w32_error != ERROR_PATH_NOT_FOUND) || !has_path_parent(dir_path->buffer)) in create_dir_recursively_()
718 int pos = path_make_parent(dir_path->buffer); // dir_path->buffer[pos] = 0, restore below in create_dir_recursively_()
723 dir_path->buffer[pos] = BACKSLASH; // restore in create_dir_recursively_()
817 if ( 0 == rtl_ustr_ascii_compareIgnoreAsciiCase( strDirectoryPath->buffer, "file:///" ) ) in osl_openDirectory()
849 BYTE buffer[16384]; in osl_getNextNetResource() local
850 LPNETRESOURCEW lpNetResource = (LPNETRESOURCEW)buffer; in osl_getNextNetResource()
863 dwBufSize = sizeof(buffer); in osl_getNextNetResource()
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()
1140 _tcscpy( pItemImpl->cDriveString, reinterpret_cast<LPCTSTR>(strSysFilePath->buffer) ); 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()