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

/haiku/src/bin/
H A Dmvattr.cpp43 const char* toAttr, uint32 flags)
72 && fs_stat_attr(toFileFD, toAttr, &toInfo) == 0)
82 int toAttrFD = fs_fopen_attr(toFileFD, toAttr, fromInfo.type,
95 fs_remove_attr(toFileFD, toAttr);
101 fs_remove_attr(toFileFD, toAttr);
128 renameAttribute(const char* fileName, const char* fromAttr, const char* toAttr, argument
134 status_t status = moveAttribute(fileName, fromAttr, fileName, toAttr,
203 const char* toAttr = argv[optind++]; local
207 if (renameAttribute(argv[i], fromAttr, toAttr, flags) != B_OK)
42 moveAttribute(const char* fromFile, const char* fromAttr, const char* toFile, const char* toAttr, uint32 flags) argument

Completed in 29 milliseconds