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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
combpath_test.c 49 {yasm__combpath_unix, "file1", "file2", "file2"},
50 {yasm__combpath_unix, "./file1.ext", "./file2.ext", "file2.ext"},
51 {yasm__combpath_unix, "/file1", "file2", "/file2"},
52 {yasm__combpath_unix, "file1", "/file2", "/file2"},
53 {yasm__combpath_unix, "/foo/file1", "../../file2", "/file2"},
54 {yasm__combpath_unix, "/foo//file1", "../../file2", "/file2"},
55 {yasm__combpath_unix, "foo/bar/file1", "../file2", "foo/file2"},
56 {yasm__combpath_unix, "foo/bar/file1", "../../../file2", "../file2"},
57 {yasm__combpath_unix, "foo/bar//file1", "../..//..//file2", "../file2"},
58 {yasm__combpath_unix, "foo/bar/", "file2", "foo/bar/file2"}
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.h 147 char *yasm__combpath_unix(const char *from, const char *to);
163 * Unless otherwise defined, defaults to yasm__combpath_unix().
174 # define yasm__combpath(from, to) yasm__combpath_unix(from, to)
file.c 285 yasm__combpath_unix(const char *from, const char *to) function

Completed in 389 milliseconds