Searched refs:mode (Results 26 - 39 of 39) sorted by relevance

12

/system/core/toolbox/grep/
H A Dgrep.h103 int mode; member in struct:epat
H A Dutil.c77 if (fpattern[i].mode == EXCL_PAT)
98 if (dpattern[i].mode == EXCL_PAT)
/system/core/include/system/
H A Dwindow.h612 * Depending on the scaling mode, a buffer's crop region is scaled and/or
633 * Depending on the scaling mode, a buffer's crop region is scaled and/or
697 * native-window size. They will be scaled according to the scaling mode
722 * scaled according to the scaling mode (see
784 * native_window_set_scaling_mode(..., int mode)
785 * All buffers queued after this call will be associated with the scaling mode
790 int mode)
793 mode);
788 native_window_set_scaling_mode( struct ANativeWindow* window, int mode) argument
/system/vold/
H A DLoop.cpp142 mode_t mode = 0660 | S_IFBLK; local
144 if (mknod(filename, mode, dev) < 0) {
H A DVolume.cpp200 mode_t mode = 0660 | S_IFBLK; local
202 if (mknod(path, mode, dev) < 0) {
521 if (mount("tmpfs", SEC_STG_SECIMGDIR, "tmpfs", MS_RDONLY, "size=0,mode=000,uid=0,gid=0")) {
663 if (mount("tmpfs", SEC_STG_SECIMGDIR, "tmpfs", MS_RDONLY, "size=0,mode=0,uid=0,gid=0")) {
/system/core/logcat/
H A Dlogcat.cpp463 int mode = O_RDONLY; local
498 mode = O_WRONLY;
665 (mode & O_RDONLY) ? R_OK : 0
666 | (mode & O_WRONLY) ? W_OK : 0;
732 dev->fd = open(dev->device, mode);
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dl2cap.h41 uint8_t mode; member in struct:l2cap_options
H A Dhci.h1066 uint8_t mode; member in struct:__anon94
1072 uint8_t mode; member in struct:__anon95
1090 uint8_t mode; member in struct:__anon97
1096 uint8_t mode; member in struct:__anon98
1141 uint8_t mode; member in struct:__anon105
1147 uint8_t mode; member in struct:__anon106
1392 uint8_t mode; member in struct:__anon137
1474 uint8_t mode; member in struct:__anon145
1911 uint8_t mode; member in struct:__anon197
/system/core/init/
H A Ddevices.c194 mode_t mode; local
200 mode = get_device_perm(path, &uid, &gid) | (block ? S_IFBLK : S_IFCHR);
203 selabel_lookup(sehandle, &secontext, path, mode);
214 mknod(path, mode, dev);
/system/extras/ext4_utils/
H A Dcontents.c236 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) argument
243 inode->i_mode |= mode;
/system/core/include/pixelflinger/
H A Dpixelflinger.h230 void (*shadeModel)(void* c, GGLenum mode);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp197 static void ggl_shadeModel(void* con, GGLenum mode) argument
200 switch (mode) {
/system/core/toolbox/
H A Dnewfs_msdos.c736 check_mounted(const char *fname, mode_t mode) argument
752 r = S_ISCHR(mode) && s1 != fname && *s1 == 'r';
/system/core/adb/
H A Dsysdeps_win32.c361 /* ignore mode on Win32 */
362 int adb_creat(const char* path, int mode) argument

Completed in 198 milliseconds

12