Searched refs:swapPath (Results 1 - 1 of 1) sorted by path

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1721 const char* swapPath = path.Path(); local
1727 if (stat(swapPath, &existingSwapStat) == 0)
1738 int fd = open(swapPath, O_RDWR | O_CREAT | O_NOCACHE, S_IRUSR | S_IWUSR);
1741 swapPath, strerror(errno));
1751 __func__, swapPath, swapSize, strerror(error));
1756 error = swap_file_add(swapPath);
1758 dprintf("%s: Failed to add swap file %s: %s\n", __func__, swapPath,

Completed in 34 milliseconds