Home
last modified time | relevance | path

Searched refs:setOwner (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/tar/lib/
Dunpack.js159 this.setOwner = true
163 this.setOwner = false
172 this.processUid = (this.preserveOwner || this.setOwner) && process.getuid ?
174 this.processGid = (this.preserveOwner || this.setOwner) && process.getgid ?
/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp221 run.setOwner(paragraph); in updateTo()
DRun.h71 void setOwner(ParagraphImpl* owner) { fOwner = owner; } in setOwner() function
DTextLine.cpp515 run->setOwner(fOwner); in createEllipsis()