Home | History | Annotate | Download | only in localize

Lines Matching full:files

171  * the xliff files reducing in size, so we pick the latter.  Obviously, if the string has
237 printf("Selecting files...");
322 // parse the files into a ValuesFile
397 // write the XLIFF files
409 " config files translate comments strings\n"
413 totals.files = 0;
422 printf(" %-20s %-9zd %-9zd %-9zd %-19zd\n", cfg.c_str(), it->files,
424 totals.files += it->files;
431 " %-20s %-9zd %-9zd %-9zd %-19zd\n", totals.config.c_str(), totals.files,
559 " --root TREE_ROOT The location in Perforce of the files. e.g. //device\n"
563 " --out DIR Directory to put the output files. Defaults to the\n"
564 " current directory if not supplied. Files are\n"
576 "Read resource files from the tree file and write the corresponding XLB file\n"
578 "Supply all of the android resource files (values files) to export after that.\n"
586 "to locate the resouce files in the tree.\n"
598 "usage: localize rescheck FILES...\n"
600 "Reads the base strings and prints warnings about bad resources from the given files.\n"
735 vector<string> files;
748 files.push_back(argv[index]);
751 if (files.size() == 0) {
755 return do_rescheck(files);