HomeSort by relevance Sort by last modified time
    Searched full:subdir_full_path (Results 1 - 1 of 1) sorted by null

  /system/extras/ext4_utils/
make_ext4fs.c 248 char *subdir_full_path = NULL; local
251 ret = asprintf(&subdir_full_path, "%s/", dentries[i].full_path);
258 entry_inode = build_directory_structure(subdir_full_path,
260 free(subdir_full_path);

Completed in 149 milliseconds