Searched defs:chmod (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | StubFunctions.c | 63 chmod (const char *c, mode_t m) function
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/ |
H A D | InstallPkg.py | 21 from os import chmod namespace 627 chmod(ToFile, stat.S_IREAD) 629 chmod(ToFile, stat.S_IREAD|stat.S_IEXEC) 631 chmod(ToFile, stat.S_IREAD|stat.S_IWRITE|stat.S_IEXEC) 633 chmod(ToFile, stat.S_IREAD|stat.S_IWRITE) 704 chmod(ToFile, stat.S_IREAD) 706 chmod(ToFile, stat.S_IREAD|stat.S_IWRITE)
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | io.h | 149 static inline int chmod(const char* path, int mode) { return _chmod(path, mode); } function
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | io.h | 146 static inline int chmod(const char* path, int mode) { return _chmod(path, mode); } function
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xw32defs.h | 16 # define chmod _chmod macro
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/ |
H A D | CrtWrapper.c | 321 int chmod (const char *c, mode_t m) function
|
/vbox/src/libs/zlib-1.2.6/contrib/untgz/ |
H A D | untgz.c | 32 # define chmod(path,mode) _chmod(path,mode) macro 277 chmod(item->fname,item->mode);
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 109 /* for chmod */ 425 #undef chmod macro 426 #define chmod(a,b) xf86chmod(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | xf86_libc.h | 135 /* for chmod */ 469 #undef chmod macro 470 #define chmod(a,b) xf86chmod(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 135 /* for chmod */ 469 #undef chmod macro 470 #define chmod(a,b) xf86chmod(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 139 /* for chmod */ 475 #undef chmod macro 476 #define chmod(a,b) xf86chmod(a,b) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 139 /* for chmod */ 473 #undef chmod macro 474 #define chmod(a,b) xf86chmod(a,b) macro
|
Completed in 287 milliseconds