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

/haiku/src/tools/
H A Drm_attrs.cpp146 Path attrDirPath; local
148 attrDirPath.Buffer())) {
149 attrDirPath.BufferChanged();
150 remove_entry(attrDirPath, true, true, false);
/haiku/src/build/libroot/
H A Dfs_attr_generic.cpp224 string attrDirPath(sAttributeDirBasePath);
225 attrDirPath += '/';
226 attrDirPath += id;
227 return attrDirPath;
260 string attrDirPath(sAttributeDirBasePath);
263 attrDirPath += buffer;
264 return attrDirPath;
289 string attrDirPath;
290 error = get_attribute_dir_path_needed(ref, path, fd, attrDirPath);
296 if (lstat(attrDirPath
[all...]

Completed in 40 milliseconds