Home
last modified time | relevance | path

Searched refs:tempNameStr (Results 1 – 1 of 1) sorted by relevance

/system/security/identity/
DUtil.cpp87 string tempNameStr = path + ".XXXXXX"; in fileSetContents() local
88 if (tempNameStr.size() >= sizeof tempName - 1) { in fileSetContents()
92 strncpy(tempName, tempNameStr.c_str(), sizeof tempName); in fileSetContents()