HomeSort by: relevance | last modified time | path
    Searched defs:makefile (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/fs/common/
snapshot.c 25 makefile(const char *path) function
71 makefile(BAKNAME);
98 makefile("/mnt/newfile");
146 makefile(path);
202 makefile(BAKNAME);
  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 85 static char *makefile; variable
124 if (makefile)
125 maybe_unlink (makefile);
2006 makefile = make_temp_file (".mk");
2007 mstream = fopen (makefile, "w");
2012 makefile to invoke this in parallel). */
2102 obstack_ptr_grow (&argv_obstack, makefile);
2117 maybe_unlink (makefile);
2118 makefile = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 85 static char *makefile; variable
105 if (makefile)
106 maybe_unlink (makefile);
1980 makefile = make_temp_file (".mk");
1981 mstream = fopen (makefile, "w");
1986 makefile to invoke this in parallel). */
2076 obstack_ptr_grow (&argv_obstack, makefile);
2091 maybe_unlink (makefile);
2092 makefile = NULL;

Completed in 31 milliseconds