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

/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1575 const char* swapPath = path.Path(); local
1581 if (stat(swapPath, &existingSwapStat) == 0)
1592 int fd = open(swapPath, O_RDWR | O_CREAT | O_NOCACHE, S_IRUSR | S_IWUSR);
1595 swapPath, strerror(errno));
1605 __func__, swapPath, swapSize, strerror(error));
1610 error = swap_file_add(swapPath);
1612 dprintf("%s: Failed to add swap file %s: %s\n", __func__, swapPath,

Completed in 43 milliseconds