Searched defs:curdir (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c275 char *curdir, *abspath; local
277 curdir = yasm__getcwd();
278 abspath = yasm__combpath(curdir, path);
279 yasm_xfree(curdir);

Completed in 69 milliseconds