Lines Matching refs:FILE
35 " -m DEPENDENCY Output a make-formatted file containing the list.\n"
40 "FILELIST file format:\n"
45 " In a FILELIST file, comment lines start with a #. Other lines\n"
53 " 'rm DEST' removes the destination file and fails if it's missing.\n"
54 " 'strip DEST' strips the binary destination file.\n"
55 " If SRC is supplied, the file names can be different.\n"
191 // read file lists
261 // remove all files or directories as requested from the input atree file.
319 // output the dependency file
321 FILE *f = fopen(g_dependency.c_str(), "w");
333 fprintf(stderr, "error opening manifest file for write: %s\n",