Searched refs:FSShell (Results 1 - 25 of 49) sorted by relevance

12

/haiku/src/tools/fs_shell/
H A Dfssh_additional_commands.cpp10 namespace FSShell { namespace
20 } // namespace FSShell
H A Dcommand_cp.h12 namespace FSShell { namespace
18 } // namespace FSShell
H A Ddriver_settings.h12 namespace FSShell { namespace
18 } // namespace FSShell
H A Dexternal_commands.h9 namespace FSShell { namespace
17 } // namespace FSShell
H A Dmodule.h12 namespace FSShell { namespace
20 } // namespace FSShell
H A Dpath_util.h11 namespace FSShell { namespace
19 } // namespace FSShell
H A Dstat.cpp20 using FSShell::from_platform_stat;
21 using FSShell::to_platform_mode;
33 FSShell::unrestricted_stat(const char *path, struct fssh_stat *fsshStat)
57 FSShell::unrestricted_fstat(int fd, struct fssh_stat *fsshStat)
81 FSShell::unrestricted_lstat(const char *path, struct fssh_stat *fsshStat)
115 if (FSShell::unrestricted_stat(path, fsshStat) < 0)
118 FSShell::restricted_file_restrict_stat(fsshStat);
127 if (FSShell::unrestricted_fstat(fd, fsshStat) < 0)
130 FSShell::restricted_file_restrict_stat(fsshStat);
139 if (FSShell
[all...]
H A Dstat_priv.h11 namespace FSShell { namespace
17 } // namespace FSShell
H A Dexternal_commands_unix.cpp31 FSShell::get_external_command(char* buffer, int size)
54 FSShell::reply_to_external_command(int result)
72 FSShell::external_command_cleanup()
H A Dpartition_support.h12 namespace FSShell { namespace
26 } // namespace FSShell
H A Dstat_util.h14 namespace FSShell { namespace
23 } // namespace FSShell
H A Dexternal_commands_beos.cpp34 FSShell::get_external_command(char *input, int len)
81 FSShell::reply_to_external_command(int result)
104 FSShell::external_command_cleanup()
H A Duio.cpp60 if (FSShell::restricted_file_restrict_io(fd, pos, length) < 0)
79 if (FSShell::restricted_file_restrict_io(fd, pos, length) < 0)
99 if (FSShell::restricted_file_restrict_io(fd, pos, length) < 0)
118 if (FSShell::restricted_file_restrict_io(fd, pos, length) < 0)
H A Dfssh.h20 namespace FSShell { namespace
78 } // namespace FSShell
H A Dhash.h11 namespace FSShell { namespace
49 } // namespace FSShell
H A Dpath_util.cpp14 namespace FSShell { namespace
75 } // namespace FSShell
H A Dfcntl.cpp16 using namespace FSShell;
/haiku/src/tools/bfs_shell/
H A Dcommand_checkfs.h12 namespace FSShell { namespace
18 } // namespace FSShell
H A Dcommand_resizefs.h12 namespace FSShell { namespace
18 } // namespace FSShell
H A Dadditional_commands.cpp13 namespace FSShell { namespace
26 } // namespace FSShell
H A Dcommand_resizefs.cpp14 namespace FSShell { namespace
52 } // namespace FSShell
/haiku/headers/private/fs_shell/
H A DKPath.h13 namespace FSShell { namespace
58 } // namespace FSShell
60 using FSShell::KPath;
H A DStack.h14 namespace FSShell { namespace
82 } // namespace FSShell
84 using FSShell::Stack;
H A Dfssh_lock.h87 namespace FSShell { namespace
152 } // namespace FSShell
154 using FSShell::AutoLocker;
155 using FSShell::MutexLocker;
156 using FSShell::RecursiveLocker;
157 using FSShell::ReadLocker;
158 using FSShell::WriteLocker;
H A Dfssh_auto_deleter.h17 namespace FSShell { namespace
202 } // namespace FSShell
204 using FSShell::ObjectDeleter;
205 using FSShell::ArrayDeleter;
206 using FSShell::MemoryDeleter;
207 using FSShell::CObjectDeleter;
208 using FSShell::MethodDeleter;

Completed in 104 milliseconds

12