Searched refs:dirPtr (Results 1 – 3 of 3) sorted by relevance
23 auto dirPtr = mkdtemp(tmpdirSpan.data()); in SetUp() local24 if (dirPtr == nullptr) in SetUp()28 dumpDir = std::string(dirPtr); in SetUp()
338 slp::deleted_unique_ptr<DIR> dirPtr(dir, [](DIR* dir) { in readSLPServiceInfo() local346 if (dirPtr.get()) in readSLPServiceInfo()348 while ((dent = readdir(dirPtr.get())) != NULL) in readSLPServiceInfo()
79 auto dirPtr = mkdtemp(dirTemplate); in SetUp() local80 if (dirPtr == nullptr) in SetUp()84 certDir = std::string(dirPtr) + "/certs"; in SetUp()859 auto dirPtr = mkdtemp(dirTemplate); in SetUp() local860 if (dirPtr == nullptr) in SetUp()864 certDir = std::string(dirPtr) + "/certs"; in SetUp()