Searched refs:to_platform_open_mode (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dstat_util.h21 extern int to_platform_open_mode(int fsshMode);
H A Dfcntl.cpp44 fd = open(pathname, to_platform_open_mode(oflags),
47 fd = _kern_open(-1, pathname, to_platform_open_mode(oflags),
H A Dstat_util.cpp189 to_platform_open_mode(int fsshMode) function in namespace:FSShell

Completed in 56 milliseconds