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

  /external/webkit/WebKitTools/Scripts/
parallelcl 28 my $commandFile;
34 chomp($commandFile = `cygpath -u '$1'`);
38 die "No command file specified!" unless $commandFile;
39 die "Couldn't find $commandFile!" unless -f $commandFile;
43 open(COMMAND, '<:raw:encoding(UTF16-LE):crlf:utf8', $commandFile) or die "Couldn't open $commandFile!";
  /external/webkit/WebKitTools/android/webkitmerge/
webkitmerge.cpp 178 FILE* commandFile;
769 fprintf(commandFile, "p4 edit %s/%s/%s\n", sandboxCmd, dir, "Android.derived.mk");
770 fprintf(commandFile, "cat %s/%s/%s | sed \\\n", sandboxCmd, dir, "Android.derived.mk");
816 fprintf(commandFile, "-e '/%s/ d' ", escaped.c_str());
836 // fprintf(commandFile, "-e '/%s/ d' \\\n", escaped.c_str());
867 fprintf(commandFile, "-e '/%s/ i\\\n_TAB_%s \\\\\n' ",
887 fprintf(commandFile, "-e '/%s/ d' ", escaped.c_str());
916 fprintf(commandFile, "-e '/%s/ s/$/ \\\\/' ", escaped.c_str());
920 fprintf(commandFile, "-e '/%s/ a\\\n_TAB_%s\n' ",
    [all...]

Completed in 69 milliseconds