Searched refs:FSSH_O_TRUNC (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dfcntl.cpp65 return fssh_open(path, FSSH_O_WRONLY | FSSH_O_CREAT | FSSH_O_TRUNC, mode);
H A Dstat_util.cpp215 SET_OPEN_MODE_FLAG(O_TRUNC, FSSH_O_TRUNC)
H A Dcommand_cp.cpp1136 error = targetDomain->Open(target, FSSH_O_RDWR | FSSH_O_TRUNC,
/haiku/headers/private/fs_shell/
H A Dfssh_defs.h34 #define FSSH_B_ERASE_FILE FSSH_O_TRUNC // erase the file's data
H A Dfssh_fcntl.h40 #define FSSH_O_TRUNC 0x0400 /* open with truncation */ macro
H A Dfssh_api_wrapper.h780 #define O_TRUNC FSSH_O_TRUNC

Completed in 55 milliseconds