Home
last modified time | relevance | path

Searched refs:copy_ustr_n (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sal/osl/w32/
H A Dprofile.cxx37 static inline void copy_ustr_n( void *dest, const void *source, size_t length ) { rtl_copyMemory(de… in copy_ustr_n() function
902 copy_ustr_n( aFile, strName->buffer, strName->length+1); in osl_getProfileName()
911 copy_ustr_n( aFile + nFileLen, STR_INI_EXTENSION, wcslen(STR_INI_EXTENSION)+1 ); in osl_getProfileName()
941 copy_ustr_n(aFile, pProgName + nOffset, nFileLen); in osl_getProfileName()
947 copy_ustr_n(aFile + nFileLen, STR_INI_EXTENSION, wcslen(STR_INI_EXTENSION)+1); in osl_getProfileName()
976 copy_ustr_n( aPath, strHome->buffer, strHome->length+1); in osl_getProfileName()
987 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
1008 copy_ustr_n( aPath, strConfig->buffer, strConfig->length+1 ); in osl_getProfileName()
1019 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
1040 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
[all …]