Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ stat
Class
stat
external/ImGuiFileDialog/ImGuiFileDialog.cpp:818–818 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
816
#if defined(__HAIKU__)
817
{
818
struct stat sb = {};
819
const auto fpn = vPath + IGFD::Utils::GetPathSeparator() + ent->d_name;
820
if (!lstat(fpn.c_str(), &sb)) {
821
if (sb.st_mode & S_IFREG)
Callers
2
ImGuiFileDialog.cpp
File · 0.70
GetFileDateAndSize
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected