HomeSort by relevance Sort by last modified time
    Searched defs:path_copy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gyp/test/module/src/
program.c 61 char* path_copy = strdup(bin_path); local
62 char* bin_dir = dirname(path_copy);
65 free(path_copy);
  /system/extras/fatblock/
import.c 99 char *path_copy = NULL; local
116 path_copy = strdup(path);
117 if (!path_copy) {
124 f->path = path_copy;
144 if (path_copy)
145 free(path_copy);

Completed in 126 milliseconds