repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git]
/
src
/
build
/
libroot
/
fs_impl.h
blob
be5efa3fa8708f5b8cb547f36685706f939ead76
1
#ifndef FS_IMPL_H
2
#define FS_IMPL_H
3
4
#include <string>
5
6
#include <SupportDefs.h>
7
8
namespace
BPrivate
{
9
10
// defined in fs.cpp
11
12
status_t
get_path
(
int
fd
,
const char
*
name
,
std
::
string
&
path
);
13
14
}
// namespace BPrivate
15
16
#endif
// FS_IMPL_H