HomeSort by relevance Sort by last modified time
    Searched refs:yasm__combpath (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
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/
config.h 4 #define yasm__combpath(from, to) yasm__combpath_win(from, to) macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
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
file.c 278 abspath = yasm__combpath(curdir, path);
547 combine = yasm__combpath(from, iname);
560 combine = yasm__combpath(np->path, iname);

Completed in 53 milliseconds