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

/system/core/init/
H A Dproperty_service.c323 const char *tempPath = PERSISTENT_PROPERTY_DIR "/.temp"; local
329 fd = open(tempPath, O_WRONLY|O_CREAT|O_TRUNC, 0600);
331 ERROR("Unable to write persistent property to temp file %s errno: %d\n", tempPath, errno);
337 if (rename(tempPath, path)) {
338 unlink(tempPath);
339 ERROR("Unable to rename persistent property file %s to %s\n", tempPath, path);

Completed in 200 milliseconds