Searched refs:toFile (Results 1 - 11 of 11) sorted by path

/haiku/src/bin/
H A Dmvattr.cpp42 moveAttribute(const char* fromFile, const char* fromAttr, const char* toFile, argument
53 if (strcmp(fromFile, toFile) != 0) {
54 toFileFD = open(toFile, O_RDONLY);
119 moveAttributes(const char* fromFile, const char* toFile, argument
197 const char* toFile = argv[optind++]; local
199 return moveAttributes(fromFile, toFile, attrPattern, flags);
/haiku/src/build/libroot/
H A Dfs_attr_haiku.cpp297 _kern_rename_attr(int fromFile, const char *fromName, int toFile, argument
H A Dfs_attr_generic.cpp713 _kern_rename_attr(int fromFile, const char *fromName, int toFile, argument
729 error = get_attribute_path_virtual_fd(toFile, toName, toAttrPath,
H A Dfs_attr_untyped.cpp705 _kern_rename_attr(int fromFile, const char *fromName, int toFile, argument
/haiku/src/tools/fs_shell/
H A Dsyscalls.h65 int toFile, const char *toName);
H A Dvfs.cpp5634 _kern_rename_attr(int fromFile, const char *fromName, int toFile, const char *toName) argument
5636 return attr_rename(fromFile, fromName, toFile, toName, true);
/haiku/headers/build/private/kernel/
H A Dsyscalls.h80 int toFile, const char *toName);
/haiku/headers/private/kernel/
H A Dvfs.h227 status_t _user_rename_attr(int fromFile, const char *fromName, int toFile,
/haiku/headers/private/system/
H A Dsyscalls.h317 int toFile, const char *toName);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp1995 fs_vnode* toFile, const char* toName)
1994 bfs_rename_attr(fs_volume* _volume, fs_vnode* fromFile, const char* fromName, fs_vnode* toFile, const char* toName) argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8717 _kern_rename_attr(int fromFile, const char* fromName, int toFile, argument
8720 return attr_rename(fromFile, fromName, toFile, toName, true);
9869 _user_rename_attr(int fromFile, const char* userFromName, int toFile, argument
9891 return attr_rename(fromFile, fromName, toFile, toName, false);

Completed in 156 milliseconds