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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeRegular.cpp208 Inode::AttrToFileName(const char* path) function in class:Inode
246 char* name = AttrToFileName(_name);
H A DInode.h143 char* AttrToFileName(const char* path);
H A DInode.cpp267 name = AttrToFileName(name);
330 fromName = from->AttrToFileName(fromName);
331 toName = to->AttrToFileName(toName);

Completed in 77 milliseconds