Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DVectorTexture.cpp56 boost::filesystem::path::string_type path_native = path.native(); in Load() local
58 utf8::utf16to8(path_native.begin(), path_native.end(), std::back_inserter(filename)); in Load()
H A DTexture.cpp207 boost::filesystem::path::string_type path_native = path.native(); in Load() local
209 utf8::utf16to8(path_native.begin(), path_native.end(), std::back_inserter(filename)); in Load()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/gilext/io/
H A Dpng_dynamic_io.hpp135 boost::filesystem::path::string_type path_native = path.native(); in png_read_image() local
136 FILE* file = _wfopen(path_native.c_str(), L"rb"); in png_read_image()
H A Dpng_io.hpp174 boost::filesystem::path::string_type path_native = path.native(); in png_read_and_convert_image() local
175 FILE* file = _wfopen(path_native.c_str(), L"rb"); in png_read_and_convert_image()
/dports/net/dgd/dgd-1.4.23/src/
H A Dhost.h244 # define path_native(buf, path) (path) macro
263 extern char *path_native (char*, char*);
H A Dswap.c117 P_unlink(path_native(buf, swapfile)); in sw_finish()
133 p = path_native(buf, swapfile); in sw_create()
655 p = path_native(buf1, snapshot); in sw_dump()
657 q = path_native(buf2, buffer); in sw_dump()
663 q = path_native(buf2, swapfile); in sw_dump()
H A Dconfig.c1339 if (!pp_init(path_native(buf, configfile), (char **) NULL, (string **) NULL, in conf_init()
1364 fd = P_open(path_native(buf, snapshot), O_RDONLY | O_BINARY, 0); in conf_init()
1372 fd2 = P_open(path_native(buf, snapshot2), O_RDONLY | O_BINARY, 0); in conf_init()
1419 if (P_chdir(path_native(buf, conf[DIRECTORY].u.str)) < 0) { in conf_init()
/dports/net/dgd/dgd-1.4.23/src/ed/
H A Dline.c134 lb->fd = P_open(path_native(buf, lb->file), in lb_new()
157 P_unlink(path_native(buf, lb->file)); in lb_del()
194 lb->fd = P_open(path_native(buf, lb->file), O_RDWR | O_BINARY, 0); in lb_act()
/dports/net/dgd/dgd-1.4.23/src/host/win32/
H A Ddosfile.c32 char *path_native(char *to, char *from) in path_native() function
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/dialogs/
H A DFileDlg.cpp375 boost::filesystem::path::string_type path_native = p.native(); in OkHandler() local
377 utf8::utf16to8(path_native.begin(), path_native.end(), std::back_inserter(path_string)); in OkHandler()
/dports/net/dgd/dgd-1.4.23/src/kfun/
H A Dfile.c1595 P_chdir(path_native(buf, conf_base_dir())) < 0) {