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

/haiku/src/system/kernel/fs/
H A Dvfs.cpp8550 KPath newPathBuffer(newPath);
8551 if (oldPathBuffer.InitCheck() != B_OK || newPathBuffer.InitCheck() != B_OK)
8555 newFD, newPathBuffer.LockBuffer(), true);
9460 KPath newPathBuffer; local
9461 if (oldPathBuffer.InitCheck() != B_OK || newPathBuffer.InitCheck() != B_OK)
9465 char* newPath = newPathBuffer.LockBuffer();
/haiku/src/tools/fs_shell/
H A Dvfs.cpp5444 KPath newPathBuffer(newPath, false, FSSH_B_PATH_NAME_LENGTH + 1);
5445 if (oldPathBuffer.InitCheck() != FSSH_B_OK || newPathBuffer.InitCheck() != FSSH_B_OK)
5449 newFD, newPathBuffer.LockBuffer(), true);

Completed in 113 milliseconds