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

/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp4210 attr_rename(int fromfd, const char *fromName, int tofd, const char *toName, bool kernel) function in namespace:FSShell
4219 FUNCTION(("attr_rename: from fd = %d, from name = \"%s\", to fd = %d, to name = \"%s\", kernel %d\n", fromfd, fromName, tofd, toName, kernel));
5588 return attr_rename(fromFile, fromName, toFile, toName, true);
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp6736 attr_rename(int fromFD, const char* fromName, int toFD, const char* toName, function
6749 FUNCTION(("attr_rename: from fd = %d, from name = \"%s\", to fd = %d, to "
8459 return attr_rename(fromFile, fromName, toFile, toName, true);
9543 return attr_rename(fromFile, fromName, toFile, toName, false);

Completed in 102 milliseconds