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

  /external/grub/stage2/
fsys_xfs.c 54 int dirpos; member in struct:xfs_info
341 if (xfs.dirpos >= xfs.dirmax) {
350 xfs.dirpos = 0;
355 switch (xfs.dirpos) {
404 ++xfs.dirpos;
418 xfs.dirpos = -2;
449 xfs.dirpos = 0;
  /frameworks/native/cmds/installd/
utils.c 317 char* dirpos = basepath + strlen(basepath); local
319 if ((*(dirpos-1)) != '/') {
320 *dirpos = '/';
321 dirpos++;
327 if ((dirpos-basepath+strlen(dir)) >= (PATH_MAX-1)) {
333 strcpy(dirpos, dir);
341 *dirpos = 0;
350 strcpy(dirpos, de->d_name);
commands.c 311 char *dirpos; local
330 dirpos = tmpdir + strlen(tmpdir);
341 if ((strlen(name)+(dirpos-tmpdir)) < (sizeof(tmpdir)-1)) {
342 strcpy(dirpos, name);
356 dirpos = tmpdir + strlen(tmpdir);
366 if ((strlen(name)+(dirpos-tmpdir)) < (sizeof(tmpdir)-1)) {
367 strcpy(dirpos, name);
    [all...]

Completed in 1526 milliseconds