Home | History | Annotate | Download | only in tzcode

Lines Matching refs:scandir

606 void scandir(string dirname, string prefix="") {
621 scandir(path, prefix + name + "/");
645 void scandir(string dir, string prefix="") {
670 // scandir(path, prefix + name + "/");
698 scandir(subdirs[i], subdirs[i+1]);
1486 scandir(rootpath);