/third_party/cups-filters/backend/ |
H A D | cups-brf.c | 67 /* Explicit file name, open it. */ in main() 69 fd = open(filename, O_RDONLY); in main()
|
/third_party/icu/icu4c/source/python/icutools/databuilder/test/ |
H A D | filtration_test.py | 79 with pyio.open(os.path.join(
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_core.h | 93 uint8_t open:1; /* set if USB pipe has been opened */ member
|
H A D | usb_controller.h | 159 void (*open)(struct usb_xfer *); member
|
/third_party/FreeBSD/include/ |
H A D | fts.h | 55 #define _open(pathname, flags, mode) (open((pathname), (flags), (mode)))
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | InputFile.java | 58 public boolean open() in open() method in InputFile
|
H A D | Checker.java | 149 dataFile.open(); in check()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | private-lib-plat-freertos.h | 33 open(const char *path, int oflag, ...);
|
/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | cached-file.c | 153 fd = open(filepath, O_RDONLY); in lwsac_cached_file() 155 lwsl_err("%s: cannot open %s\n", __func__, filepath); in lwsac_cached_file()
|
/third_party/libuv/test/ |
H A D | test-handle-fileno.c | 41 return open("/dev/tty", O_RDONLY, 0); in get_tty_fd() 105 fprintf(stderr, "Cannot open a TTY fd"); in TEST_IMPL()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_parsing_helper.py | 87 with open(filename, encoding='utf-8') as inp:
|
H A D | psa_information.py | 123 for line in open(filename)
|
/third_party/mesa3d/.gitlab-ci/b2c/ |
H A D | generate_b2c.py | 99 f = open(path.splitext(path.basename(args.template))[0], "w")
|
/third_party/libdrm/intel/ |
H A D | test_decode.c | 54 fd = open(filename, O_RDONLY); in read_file() 56 errx(1, "couldn't open `%s'", filename); in read_file()
|
/third_party/mesa3d/bin/ |
H A D | khronos-update.py | 38 with open(self.file, 'wb') as f:
|
/third_party/lame/ACM/ |
H A D | DecodeStream.cpp | 121 bool DecodeStream::open() in open() function in DecodeStream
|
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite-test262.py | 117 with open(os.path.join(os.path.dirname(args.engine), 'test262.report'), 'w') as output_file:
|
/third_party/jerryscript/tools/ |
H A D | run_jerry_tdd_executable.py | 81 with open(args.expect_file, mode='r') as file:
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv2nir.c | 134 int fd = open(filename, O_RDONLY); in main() 137 fprintf(stderr, "Failed to open %s\n", filename); in main()
|
/third_party/ltp/testcases/kernel/device-drivers/cpufreq/ |
H A D | cpufreq_boost.c | 97 fd = open(cdrv[i].file, O_RDWR); in setup()
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
H A D | tmod.c | 61 open: tmod_open, 67 * open and close operations, just return 0 for
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/ |
H A D | main.c | 152 fd = open(p, LWS_O_CREAT | LWS_O_TRUNC | LWS_O_WRONLY, 0600); in main() 154 lwsl_err("Can't open public key file %s\n", p); in main()
|
/third_party/ltp/lib/ |
H A D | tst_supported_fs_types.c | 99 ret = open("/dev/fuse", O_RDWR); in has_kernel_support()
|
/third_party/ltp/libs/libltpuinput/ |
H A D | tst_uinput.c | 30 fd = open(uinput_paths[i], O_WRONLY | O_NONBLOCK); in open_uinput() 38 tst_brk(TBROK | TERRNO, "open(%s)", uinput_paths[i]); in open_uinput()
|
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/ |
H A D | user_tbase.c | 21 * which will open the correct kernel module, find the 113 tbase_fd = open("/dev/tbase", O_RDWR); in tbaseopen() 141 /* open the module */ in main()
|