Home
last modified time | relevance | path

Searched refs:dir_buf (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/callgrind/
Ddebug.c376 const HChar *fn_buf, *fl_buf, *dir_buf; in CLG_() local
386 CLG_(get_debug_info)(addr, &dir_buf, &fl_buf, &fn_buf, &ln, &di); in CLG_()
406 if (dir_buf[0]) in CLG_()
407 VG_(printf)(" (%s/%s:%u)", dir_buf, fl_buf, ln); in CLG_()
/external/e2fsprogs/e2fsck/
Drehash.c793 char *dir_buf = 0; in e2fsck_rehash_dir() local
805 dir_buf = malloc(inode.i_size); in e2fsck_rehash_dir()
806 if (!dir_buf) in e2fsck_rehash_dir()
816 fd.buf = dir_buf; in e2fsck_rehash_dir()
882 free(dir_buf); dir_buf = 0; in e2fsck_rehash_dir()
900 free(dir_buf); in e2fsck_rehash_dir()
/external/syslinux/core/fs/xfs/
Dxfs.c260 const char *dir_buf; in xfs_readlink() local
285 dir_buf = xfs_dir2_dirblks_get_cached(fs, db, rec.br_blockcount); in xfs_readlink()
292 memcpy(buf, dir_buf, pathlen); in xfs_readlink()