Home
last modified time | relevance | path

Searched refs:os_truncate_impl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h6220 os_truncate_impl(PyObject *module, path_t *path, Py_off_t length);
6242 return_value = os_truncate_impl(module, &path, length); in os_truncate()
/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c10881 os_truncate_impl(PyObject *module, path_t *path, Py_off_t length) in os_truncate_impl() function