Searched refs:globPath (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/package/manager/
H A DPackageManager.cpp574 BString globPath = parent.Path(); local
575 globPath << "/*/" << fileName;
577 if (glob(globPath.String(), GLOB_NOSORT, NULL, &globbuf) == 0) {

Completed in 79 milliseconds