Home | History | Annotate | Download | only in atree

Lines Matching full:c_str

193         printf("-f \"%s\"\n", it->c_str());
197 printf("-I \"%s\"\n", it->c_str());
199 printf("-o \"%s\"\n", g_outputBase.c_str());
274 debug_printf("deleting %s\n", it->c_str());
288 debug_printf("remove %s\n", it->outPath.c_str());
300 debug_printf("mkdir %s\n", it->c_str());
316 it->sourcePath.c_str(), it->sourceMod,
317 it->outPath.c_str(), it->outMod);
330 debug_printf("strip %s\n", it->outPath.c_str());
341 FILE *f = fopen(g_dependency.c_str(), "w");
348 escape_filename(it->sourcePath).c_str());
355 g_dependency.c_str());