Home | History | Annotate | Download | only in adb

Lines Matching refs:unix_open

638     fd = unix_open("/dev/null", O_RDONLY);
642 fd = unix_open("/tmp/adb.log", O_WRONLY | O_CREAT | O_APPEND, 0640);
644 fd = unix_open("/dev/null", O_WRONLY);
675 fd = unix_open(path, O_WRONLY | O_CREAT | O_TRUNC, 0640);
685 fd = unix_open("/dev/null", O_RDONLY);