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

  /external/e2fsprogs/debugfs/
ncheck.c 57 retval = ext2fs_get_pathname(current_fs,
62 "while calling ext2fs_get_pathname for inode #%u", iw->dir);
debugfs.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 14 * ext2fs_get_pathname(fs, dir, ino, name)
19 * <ino> is zero, then ext2fs_get_pathname will return pathname
154 errcode_t ext2fs_get_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino, function
ext2fs.h     [all...]
  /system/update_engine/payload_generator/
ext2_filesystem.cc 262 errcode_t error = ext2fs_get_pathname(filsys_, dir_ino, 0, &dir_name);
  /external/e2fsprogs/e2fsck/
message.c 42 * %p ext2fs_get_pathname of directory <ino>
43 * %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
46 * %q ext2fs_get_pathname of directory <dir>
47 * %Q ext2fs_get_pathname of directory <ino> with <dir> as
194 * This function prints a pathname, using the ext2fs_get_pathname
209 retval = ext2fs_get_pathname(fs, dir, ino, &path);

Completed in 102 milliseconds