Searched refs:fileName (Results 1 – 2 of 2) sorted by relevance
315 BBitmap *LoadVimBitmap(const char* fileName);2795 BBitmap *VimToolbar::LoadVimBitmap(const char* fileName) in LoadVimBitmap() argument2801 if (runtimePath != NULL && fileName != NULL) { in LoadVimBitmap()2803 strPath << "/bitmaps/" << fileName; in LoadVimBitmap()4883 char_u *fileName = NULL; in gui_mch_browse() local4886 fileName = vim_strsave((char_u*)gui.vimApp->fBrowsedPath.Path()); in gui_mch_browse()4896 return fileName; in gui_mch_browse()
908 let fileName = expand("%")911 let fileName = substitute(fileName, '\\', '/', 'g')913 call assert_equal("test://bar.txt", fileName)