Searched defs:newPath (Results 1 – 14 of 14) sorted by relevance
/haiku/src/build/libroot/ |
H A D | fs_darwin.cpp | 338 renameat(int oldFD, const char* oldPath, int newFD, const char* newPath) in renameat() 406 symlinkat(const char *oldPath, int fd, const char *newPath) in symlinkat() 458 linkat(int oldFD, const char *oldPath, int newFD, const char *newPath, in linkat()
|
H A D | fs.cpp | 1084 _kern_rename(int oldDir, const char *oldPath, int newDir, const char *newPath) in _kern_rename()
|
/haiku/src/apps/codycam/ |
H A D | FileUploadClient.cpp | 69 FileUploadClient::MoveFile(const string& oldPath, const string& newPath) in MoveFile()
|
H A D | SftpClient.cpp | 202 SftpClient::MoveFile(const string& oldPath, const string& newPath) in MoveFile()
|
H A D | SpawningUploadClient.cpp | 189 SpawningUploadClient::MoveFile(const string& oldPath, const string& newPath) in MoveFile()
|
H A D | FtpClient.cpp | 359 FtpClient::MoveFile(const string& oldPath, const string& newPath) in MoveFile()
|
/haiku/src/servers/input/ |
H A D | AddOnManager.cpp | 221 bool newPath; in StartMonitoringDevice() local 960 bool& newPath) in _AddDevicePath()
|
/haiku/src/kits/storage/ |
H A D | Path.cpp | 153 char newPath[B_PATH_NAME_LENGTH]; in SetTo() local
|
/haiku/src/kits/network/libnetservices/ |
H A D | NetworkCookie.cpp | 862 BString newPath = path; in _DefaultPathForUrl() local
|
/haiku/src/preferences/backgrounds/ |
H A D | BackgroundsView.cpp | 1050 FindPath(BPath* currentPath, void* newPath) in FindPath()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/ |
H A D | FUSEVolume.cpp | 1309 char newPath[B_PATH_NAME_LENGTH]; in Link() local 1420 char newPath[B_PATH_NAME_LENGTH]; in Rename() local
|
/haiku/src/tools/fs_shell/ |
H A D | vfs.cpp | 3830 common_rename(int fd, char *path, int newFD, char *newPath, bool kernel) in common_rename() 5441 _kern_rename(int oldFD, const char *oldPath, int newFD, const char *newPath) in _kern_rename()
|
/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | ClientConnection.cpp | 1401 Path newPath; in VisitRenameRequest() local
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 6616 common_rename(int fd, char* path, int newFD, char* newPath, bool kernel) in common_rename() 8600 _kern_rename(int oldFD, const char* oldPath, int newFD, const char* newPath) in _kern_rename() 9518 char* newPath = newPathBuffer.LockBuffer(); in _user_rename() local
|