HomeSort by relevance Sort by last modified time
    Searched defs:new_dir (Results 1 - 5 of 5) sorted by null

  /external/squashfs-tools/squashfs-tools/
unsquash-1.c 214 struct dir_ent *new_dir; local
292 new_dir = realloc(dir->dirs, (dir->dir_count +
294 if(new_dir == NULL)
297 dir->dirs = new_dir;
unsquash-4.c 260 struct dir_ent *new_dir; local
328 new_dir = realloc(dir->dirs, (dir->dir_count +
330 if(new_dir == NULL)
333 dir->dirs = new_dir;
unsquash-3.c 291 struct dir_ent *new_dir; local
370 new_dir = realloc(dir->dirs, (dir->dir_count +
372 if(new_dir == NULL)
375 dir->dirs = new_dir;
  /external/webrtc/webrtc/base/
fileutils.cc 160 Pathname new_dir; local
161 new_dir.SetFolder(new_path.pathname());
164 if (!CreateFolder(new_dir))
  /external/boringssl/src/crypto/x509/
by_dir.c 96 static int new_dir(X509_LOOKUP *lu);
104 new_dir, /* new */
152 static int new_dir(X509_LOOKUP *lu) function

Completed in 119 milliseconds