Implements Directory.
Directory Linux | Implements Directory. |
Copyright | This program is free software. |
Files | |
C-kern/ | Header file Directory. |
C-kern/ | Linux specific implementation Directory Linux. |
directory_t | Alias for POSIX specific DIR structure. |
static variables | |
s_directory_errtimer | Simulates an error in path_directory. |
helper | |
query | |
lifetime | |
read | |
write | |
test |
This program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
© 2011 Jörg Seebohn
Header file Directory.
Linux specific implementation Directory Linux.
struct directory_t
Alias for POSIX specific DIR structure.
static variables | |
s_directory_errtimer | Simulates an error in path_directory. |
helper | |
query | |
lifetime | |
read | |
write | |
test |
static test_errortimer_t s_directory_errtimer
Simulates an error in path_directory.
Alias for POSIX specific DIR structure.
struct directory_t
Simulates an error in path_directory.
static test_errortimer_t s_directory_errtimer
Returns absolute real path of directory dir in path.
int path_directory( const directory_t * dir, /*ret*/struct wbuffer_t * path )