Searched refs:originalStat (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp5441 fssh_struct_stat *originalStat = NULL; local
5449 originalStat = stat;
5476 if (status == FSSH_B_OK && originalStat != NULL)
5477 fssh_memcpy(originalStat, stat, statSize);
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp8328 struct stat* originalStat = NULL; local
8336 originalStat = stat;
8342 if (status == B_OK && originalStat != NULL)
8343 memcpy(originalStat, stat, statSize);

Completed in 74 milliseconds