Searched defs:dq (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A DCacheTracker.cpp76 struct dqblk dq; local
78 reinterpret_cast<char*>(&dq)) != 0) {
84 cacheUsed += dq.dqb_curspace;
88 reinterpret_cast<char*>(&dq)) != 0) {
94 cacheUsed += dq.dqb_curspace;
H A DInstalldNativeService.cpp307 struct dqblk dq; local
309 reinterpret_cast<char*>(&dq)) != 0) {
314 if ((dq.dqb_bhardlimit == 0) || (dq.dqb_ihardlimit == 0)) {
322 dq.dqb_valid = QIF_LIMITS;
323 dq.dqb_bhardlimit = (((stat.f_blocks * stat.f_frsize) / 10) * 9) / QIF_DQBLKSIZE;
324 dq.dqb_ihardlimit = (stat.f_files / 2);
326 reinterpret_cast<char*>(&dq)) != 0) {
1141 struct dqblk dq; local
1146 reinterpret_cast<char*>(&dq)) !
1491 struct dqblk dq; local
1651 struct dqblk dq; local
2307 struct dqblk dq; local
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 40 milliseconds