Searched refs:make_ext4fs_sparse_fd_directory (Results 1 – 3 of 3) sorted by relevance
/system/extras/ext4_utils/ |
D | make_ext4fs.h | 33 int make_ext4fs_sparse_fd_directory(int fd, long long len,
|
D | make_ext4fs.c | 424 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/ |
D | fs.cpp | 22 make_ext4fs_sparse_fd_directory(fd, partSize, NULL, NULL, initial_dir.c_str()); in generate_ext4_image()
|