Searched refs:lock_fd (Results 1 – 1 of 1) sorted by relevance
176 int lock_fd = open(kLockFile, O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in Initialize() local177 if (lock_fd < 0) { in Initialize()183 close(lock_fd); in Initialize()