Searched defs:tmpFileName (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkeystore.cpp378 const char* tmpFileName = ".tmp"; local
379 int out = open(tmpFileName, O_WRONLY | O_TRUNC | O_CREAT, S_IRUSR | S_IWUSR);
388 unlink(tmpFileName);
391 return (rename(tmpFileName, filename) == 0) ? NO_ERROR : SYSTEM_ERROR;

Completed in 87 milliseconds