Searched refs:aDstKey (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/store/source/ |
H A D | storpage.cxx | 386 OStorePageKey aDstKey; in iget() local 387 memcpy (&aDstKey, &(xPage->m_pData[0]), sizeof(aDstKey)); in iget() 390 eErrCode = load_dirpage_Impl (aDstKey, rPage); in iget() 662 OStorePageKey aDstKey (rDstKey); in symlink() local 663 memcpy (&(xNode->m_pData[0]), &aDstKey, sizeof(aDstKey)); in symlink() 667 aPage.dataLength (sal_uInt32(sizeof(aDstKey))); in symlink() 708 OStorePageKey aDstKey; in rename() local 709 eErrCode = namei (pDstPath, pDstName, aDstKey); in rename() 737 aDstKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aDstKey.m_nLow), "/", 1)); in rename() 742 e.m_aKey = aDstKey; in rename() [all …]
|
H A D | store.cxx | 634 OStorePageKey aDstKey; in store_link() local 637 aDstPath.pData, aDstName.pData, aDstKey); in store_link() 642 return xManager->link (aSrcKey, aDstKey); in store_link() 672 OStorePageKey aDstKey; in store_symlink() local 675 aDstPath.pData, aDstName.pData, aDstKey); in store_symlink() 685 return xManager->symlink (aSrcPath.pData, aSrcName.pData, aDstKey); in store_symlink()
|
Completed in 24 milliseconds