Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dmake_ext4fs.h33 int make_ext4fs_sparse_fd_directory(int fd, long long len,
Dmake_ext4fs.c424 return make_ext4fs_sparse_fd_directory(fd, len, mountpoint, sehnd, NULL); in make_ext4fs_sparse_fd()
427 int make_ext4fs_sparse_fd_directory(int fd, long long len, in make_ext4fs_sparse_fd_directory() function
/system/core/fastboot/
Dfs.cpp22 make_ext4fs_sparse_fd_directory(fd, partSize, NULL, NULL, initial_dir.c_str()); in generate_ext4_image()