Home | History | Annotate | Download | only in webkitmerge

Lines Matching refs:listStr

196     string listStr = "ls -F \"";
197 listStr += string(base) + "/" + workingDir + "\" > " + ScratchFile(name);
198 int err = system(listStr.c_str());