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

/haiku/src/bin/addattr/
H A DaddAttr.h15 const char* attrValue, size_t length, bool resolveLinks);
H A Dmain.cpp167 bool resolveLinks = true; local
227 resolveLinks = false;
257 valueFileLength, resolveLinks);
H A DaddAttr.cpp152 const char* value, size_t length, bool resolveLinks)
154 int fd = open(file, O_RDONLY | (resolveLinks ? 0 : O_NOTRAVERSE));
151 addAttr(const char* file, type_code type, const char* name, const char* value, size_t length, bool resolveLinks) argument
/haiku/src/bin/
H A Drmattr.cpp96 bool resolveLinks = true; local
106 resolveLinks = false;
116 int fd = open(argv[i], O_RDONLY | (resolveLinks ? 0 : O_NOTRAVERSE));
H A Dcatattr.cpp138 bool dataOnly, bool resolveLinks)
140 int fd = open(fileName, O_RDONLY | (resolveLinks ? 0 : O_NOTRAVERSE));
320 bool resolveLinks = true; local
331 resolveLinks = false;
353 resolveLinks);
137 catAttr(const char *attribute, const char *fileName, bool keepRaw, bool dataOnly, bool resolveLinks) argument

Completed in 87 milliseconds