Searched refs:yasm__combpath (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | file.h | 169 #ifndef yasm__combpath 172 # define yasm__combpath(from, to) yasm__combpath_win(from, to) macro 174 # define yasm__combpath(from, to) yasm__combpath_unix(from, to) macro
|
D | file.c | 278 abspath = yasm__combpath(curdir, path); in yasm__abspath() 547 combine = yasm__combpath(from, iname); in yasm_fopen_include() 560 combine = yasm__combpath(np->path, iname); in yasm_fopen_include()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/ |
D | config.h | 4 #define yasm__combpath(from, to) yasm__combpath_win(from, to) macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/ |
D | config.h | 4 #define yasm__combpath(from, to) yasm__combpath_win(from, to) macro
|