Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc2802 BString strPath((char*)runtimePath); in LoadVimBitmap() local
2803 strPath << "/bitmaps/" << fileName; in LoadVimBitmap()
2804 bitmap = BTranslationUtils::GetBitmap(strPath.String()); in LoadVimBitmap()