Searched refs:FSShell (Results 1 - 25 of 49) sorted by last modified time

12

/haiku/src/tools/fs_shell/
H A Dvfs.cpp52 namespace FSShell { namespace
5747 } // namespace FSShell
H A Dfssh.cpp46 namespace FSShell { namespace
1671 } // namespace FSShell
1674 using namespace FSShell;
H A Dcommand_cp.cpp36 namespace FSShell { namespace
1473 } // namespace FSShell
H A Dfuse.cpp38 namespace FSShell { namespace
555 } // namespace FSShell
558 using namespace FSShell;
H A Dfile_cache.cpp55 namespace FSShell { namespace
225 } // namespace FSShell
231 using namespace FSShell;
H A Dfd.cpp29 namespace FSShell { namespace
734 } // namespace FSShell
H A Dblock_cache.cpp47 namespace FSShell { namespace
509 &transaction_compare, &FSShell::transaction_hash);
965 } // namespace FSShell
971 using namespace FSShell;
H A Dunistd.cpp108 FSShell::restricted_file_duped(fd, newFD);
117 FSShell::restricted_file_closed(fd);
375 if (FSShell::restricted_file_restrict_io(fd, pos, count) < 0)
391 if (FSShell::restricted_file_restrict_io(fd, pos, count) < 0)
406 if (FSShell::restricted_file_restrict_io(fd, pos, count) < 0)
422 if (FSShell::restricted_file_restrict_io(fd, pos, count) < 0)
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 Ddriver_settings.cpp40 using namespace FSShell;
594 namespace FSShell { namespace
603 } // 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 Dfcntl.cpp16 using 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 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()
/haiku/src/system/kernel/fs/
H A Drootfs.cpp37 using namespace FSShell;
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp15 using namespace FSShell;
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h15 namespace FSShell { namespace
602 } // namespace FSShell
604 using FSShell::DoublyLinkedListLink;
605 using FSShell::DoublyLinkedListLinkImpl;
606 using FSShell::DoublyLinkedListStandardGetLink;
607 using FSShell::DoublyLinkedListMemberGetLink;
608 using FSShell::DoublyLinkedListCLink;
609 using FSShell::DoublyLinkedList;
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;
/haiku/src/tools/bfs_shell/
H A Dadditional_commands.cpp13 namespace FSShell { namespace
26 } // namespace FSShell
H A Dcommand_resizefs.cpp14 namespace FSShell { namespace
52 } // namespace FSShell
H A Dcommand_resizefs.h12 namespace FSShell { namespace
18 } // namespace FSShell
H A Dcommand_checkfs.cpp14 namespace FSShell { namespace
141 } // namespace FSShell
H A Dcommand_checkfs.h12 namespace FSShell { namespace
18 } // namespace FSShell

Completed in 145 milliseconds

12