Searched refs:tempNameStr (Results 1 – 1 of 1) sorted by relevance
87 string tempNameStr = path + ".XXXXXX"; in fileSetContents() local88 if (tempNameStr.size() >= sizeof tempName - 1) { in fileSetContents()92 strncpy(tempName, tempNameStr.c_str(), sizeof tempName); in fileSetContents()