Searched refs:listStr (Results 1 – 1 of 1) sorted by relevance
196 string listStr = "ls -F \""; in List() local197 listStr += string(base) + "/" + workingDir + "\" > " + ScratchFile(name); in List()198 int err = system(listStr.c_str()); in List()