HomeSort by relevance Sort by last modified time
    Searched refs:nlinks (Results 1 - 7 of 7) sorted by null

  /bionic/libc/bionic/
fts.c 554 int nitems, cderrno, descend, level, nlinks, nostat = 0, doadjust; local
574 * Nlinks is the number of possible entries of type directory in the
579 nlinks = 0;
581 nlinks = cur->fts_nlink - (ISSET(FTS_SEEDOT) ? 0 : 2);
584 nlinks = -1;
589 (void)printf("nlinks == %d (cur: %u)\n", nlinks, cur->fts_nlink);
609 if (nlinks || type == BREAD) {
611 if (nlinks && type == BREAD)
703 if (nlinks) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 161 nlinks = os.stat(fullname).st_nlink
162 if nlinks <= 2:
173 nlinks = nlinks - 1
174 if nlinks <= 2:
188 nlinks = os.stat(fullname).st_nlink
189 if nlinks <= 2:
205 nlinks = nlinks - 1
206 if nlinks <= 2
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mhlib.py 161 nlinks = os.stat(fullname).st_nlink
162 if nlinks <= 2:
173 nlinks = nlinks - 1
174 if nlinks <= 2:
188 nlinks = os.stat(fullname).st_nlink
189 if nlinks <= 2:
205 nlinks = nlinks - 1
206 if nlinks <= 2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 161 nlinks = os.stat(fullname).st_nlink
162 if nlinks <= 2:
173 nlinks = nlinks - 1
174 if nlinks <= 2:
188 nlinks = os.stat(fullname).st_nlink
189 if nlinks <= 2:
205 nlinks = nlinks - 1
206 if nlinks <= 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 161 nlinks = os.stat(fullname).st_nlink
162 if nlinks <= 2:
173 nlinks = nlinks - 1
174 if nlinks <= 2:
188 nlinks = os.stat(fullname).st_nlink
189 if nlinks <= 2:
205 nlinks = nlinks - 1
206 if nlinks <= 2
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 303 static int nlinks; variable
736 for (i = 0; i < nlinks; ++i) {
743 for (j = 0; j < nlinks; ++j)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 1138 int nlinks=0; local
1147 ++nlinks;
1152 return(nlinks);
    [all...]

Completed in 220 milliseconds