Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dreparse.c1343 int reparse_len; in ntfs_reparse_set_wsl_symlink() local
1352 reparse_len = sizeof(REPARSE_POINT) + sizeof(data->type) + len; in ntfs_reparse_set_wsl_symlink()
1353 reparse = (REPARSE_POINT*)malloc(reparse_len); in ntfs_reparse_set_wsl_symlink()
1364 (char*)reparse, reparse_len, 0); in ntfs_reparse_set_wsl_symlink()
1381 int reparse_len; in ntfs_reparse_set_wsl_not_symlink() local
1406 reparse_len = sizeof(REPARSE_POINT) + len; in ntfs_reparse_set_wsl_not_symlink()
1407 reparse = (REPARSE_POINT*)malloc(reparse_len); in ntfs_reparse_set_wsl_not_symlink()
1413 (char*)reparse, reparse_len, 0); in ntfs_reparse_set_wsl_not_symlink()