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

/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c61 char* path_copy = strdup(bin_path); local
62 char* bin_dir = dirname(path_copy);
65 free(path_copy);

Completed in 153 milliseconds