Searched refs:allow_fd (Results 1 - 3 of 3) sorted by relevance
/third_party/libsnd/tests/ |
H A D | chunk_test.c | 113 int err, allow_fd ; in chunk_test_helper() local 117 allow_fd = SF_FALSE ; in chunk_test_helper() 120 allow_fd = SF_TRUE ; in chunk_test_helper() 129 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, allow_fd, __LINE__) ; in chunk_test_helper() 151 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, allow_fd, __LINE__) ; in chunk_test_helper() 194 int err, allow_fd ; in multichunk_test_helper() local 211 allow_fd = SF_FALSE ; in multichunk_test_helper() 214 allow_fd = SF_TRUE ; in multichunk_test_helper() 218 file = test_open_file_or_die (filename, SFM_WRITE, &sfinfo, allow_fd, __LINE__) ; in multichunk_test_helper() 243 file = test_open_file_or_die (filename, SFM_READ, &sfinfo, allow_fd, __LINE_ in multichunk_test_helper() [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 1038 * path.allow_fd 1066 * So if you set allow_fd, you *MUST* initialize path.fd = -1 1081 * or if path was an integer and path.allow_fd was set, 1103 int allow_fd; member 1117 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ 1118 {function_name, argument_name, nullable, allow_fd, NULL, FALSE, -1, 0, NULL, NULL} 1120 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \ 1121 {function_name, argument_name, nullable, allow_fd, NULL, NULL, -1, 0, NULL, NULL} 1179 is_index = path->allow_fd && PyIndex_Check(o); in path_converter() 1264 path->allow_fd in path_converter() [all...] |
/third_party/python/Lib/test/ |
H A D | test_os.py | 4066 for name, allow_fd, extra_args, cleanup_fn in self.functions: 4086 if allow_fd:
|
Completed in 14 milliseconds