Home
last modified time | relevance | path

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

/ide/tools/previewer/test/mock/
H A DMockFile.cpp31 int fd = open(filePath.c_str(), O_RDWR | O_CREAT); in SimulateFileLock() local
32 if (fd == -1) { in SimulateFileLock()
45 if (fcntl(fd, F_SETLK, &fl) == -1) { in SimulateFileLock()
47 close(fd); in SimulateFileLock()
52 close(fd); in SimulateFileLock()
58 int fd = open(filePath.c_str(), O_RDWR | O_CREAT); in ReleaseFileLock() local
59 if (fd == -1) { in ReleaseFileLock()
70 if (fcntl(fd, F_SETLK, &fl) == -1) { in ReleaseFileLock()
72 close(fd); in ReleaseFileLock()
77 close(fd); in ReleaseFileLock()
[all...]

Completed in 1 milliseconds