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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp4257 attr_rename(int fromfd, const char *fromName, int tofd, const char *toName, bool kernel) function in namespace:FSShell
4266 FUNCTION(("attr_rename: from fd = %d, from name = \"%s\", to fd = %d, to name = \"%s\", kernel %d\n", fromfd, fromName, tofd, toName, kernel));
5636 return attr_rename(fromFile, fromName, toFile, toName, true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp7054 attr_rename(int fromFD, const char* fromName, int toFD, const char* toName, function
7061 FUNCTION(("attr_rename: from fd = %d, from name = \"%s\", to fd = %d, to "
8782 return attr_rename(fromFile, fromName, toFile, toName, true);
9953 return attr_rename(fromFile, fromName, toFile, toName, false);

Completed in 50 milliseconds