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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
combpath_test.c 66 {yasm__combpath_win, "file1", "file2", "file2"},
67 {yasm__combpath_win, "./file1.ext", "./file2.ext", "file2.ext"},
68 {yasm__combpath_win, "./file1.ext", ".\\file2.ext", "file2.ext"},
69 {yasm__combpath_win, ".\\file1.ext", "./file2.ext", "file2.ext"},
70 {yasm__combpath_win, "/file1", "file2", "\\file2"},
71 {yasm__combpath_win, "\\file1", "file2", "\\file2"},
72 {yasm__combpath_win, "file1", "/file2", "\\file2"},
73 {yasm__combpath_win, "file1", "\\file2", "\\file2"},
74 {yasm__combpath_win, "/foo\\file1", "../../file2", "\\file2"},
75 {yasm__combpath_win, "\\foo\\\\file1", "..\\../file2", "\\file2"}
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
config.h 4 #define yasm__combpath(from, to) yasm__combpath_win(from, to)
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
config.h 4 #define yasm__combpath(from, to) yasm__combpath_win(from, to)
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.h 158 char *yasm__combpath_win(const char *from, const char *to);
172 # define yasm__combpath(from, to) yasm__combpath_win(from, to)
file.c 370 yasm__combpath_win(const char *from, const char *to) function

Completed in 541 milliseconds