Searched refs:fssh_st_mode (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp74 bool IsFile() const { return FSSH_S_ISREG(fStat.fssh_st_mode); }
75 bool IsDirectory() const { return FSSH_S_ISDIR(fStat.fssh_st_mode); }
76 bool IsSymLink() const { return FSSH_S_ISLNK(fStat.fssh_st_mode); }
371 switch (st.fssh_st_mode & FSSH_S_IFMT) {
402 int fd = fssh_creat(path, st.fssh_st_mode & FSSH_S_IUMSK);
429 if (fssh_mkdir(path, st.fssh_st_mode & FSSH_S_IUMSK) < 0)
736 switch (st.fssh_st_mode & FSSH_S_IFMT) {
768 st.fssh_st_mode & FSSH_S_IUMSK);
796 st.fssh_st_mode & FSSH_S_IUMSK);
829 st.fssh_st_mode
[all...]
H A Dstat_util.cpp155 fsshStat->fssh_st_mode = from_platform_mode(st->st_mode);
174 st->st_mode = to_platform_mode(fsshStat->fssh_st_mode);
H A Dfssh.cpp359 fssh_mode_t mode = st.fssh_st_mode;
458 if (createParents && FSSH_S_ISDIR(st.fssh_st_mode))
579 if (FSSH_S_ISDIR(st.fssh_st_mode)) {
696 st.fssh_st_mode = permissions;
881 if (FSSH_S_ISDIR(st.fssh_st_mode)) {
961 if (FSSH_S_ISDIR(st.fssh_st_mode)) {
1167 if (status == FSSH_B_OK && FSSH_S_ISDIR(st.fssh_st_mode)) {
H A Dfuse.cpp118 stbuf->st_mode = f_stbuf->fssh_st_mode;
274 st.fssh_st_mode = mode;
H A Dvfs.cpp4668 if (!FSSH_S_ISDIR(coveredNodeStat.fssh_st_mode)) {
5050 if (!FSSH_S_ISDIR(stat.fssh_st_mode)) {
/haiku/headers/private/fs_shell/
H A Dfssh_stat.h16 fssh_mode_t fssh_st_mode; /* mode bits (rwx for user, group, etc) */ member in struct:fssh_stat
H A Dfssh_api_wrapper.h1247 #define st_mode fssh_st_mode

Completed in 150 milliseconds