Searched refs:pathOther (Results 1 – 1 of 1) sorted by relevance
925 LPOLESTR pathThis = NULL, pathOther = NULL, *stringTable1 = NULL; in FileMonikerImpl_CommonPrefixWith() local955 ret = IMoniker_GetDisplayName(pmkOther, bindctx, NULL, &pathOther); in FileMonikerImpl_CommonPrefixWith()965 nb2 = FileMonikerImpl_DecomposePath(pathOther, &stringTable2); in FileMonikerImpl_CommonPrefixWith()976 commonPath = CoTaskMemAlloc(sizeof(WCHAR)*(min(lstrlenW(pathThis),lstrlenW(pathOther))+1)); in FileMonikerImpl_CommonPrefixWith()1012 CoTaskMemFree(pathOther); in FileMonikerImpl_CommonPrefixWith()