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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp5488 fssh_struct_stat completeStat; local
5498 stat = &completeStat;
5557 fssh_struct_stat completeStat; local
5564 fssh_memset((uint8_t *)&completeStat + statSize, 0, sizeof(fssh_struct_stat) - statSize);
5565 fssh_memcpy(&completeStat, stat, statSize);
5566 stat = &completeStat;
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8656 struct stat completeStat; local
8666 stat = &completeStat;
8703 struct stat completeStat; local
8710 memset((uint8*)&completeStat + statSize, 0,
8712 memcpy(&completeStat, stat, statSize);
8713 stat = &completeStat;

Completed in 63 milliseconds