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

/haiku/src/bin/
H A Dsetarch.cpp141 bool printPath = false; local
168 printPath = true;
177 // only one of listArchitectures, printPath may be specified
178 if (listArchitectures && printPath)
210 if (printPath && commandArgs != NULL)
228 if (printPath) {
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3130 _dump_vnode(struct vnode* vnode, bool printPath) argument
3148 if (printPath) {
3237 bool printPath = false; local
3240 printPath = true;
3257 _dump_vnode(vnode, printPath);
3270 _dump_vnode(vnode, printPath);

Completed in 80 milliseconds