Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c726 posix_error_with_allocated_filename(char* name) in posix_error_with_allocated_filename() function
889 return posix_error_with_allocated_filename(path1); in posix_1str()
1915 return posix_error_with_allocated_filename(path); in posix_chmod()
1962 return posix_error_with_allocated_filename(path); in posix_lchmod()
1987 return posix_error_with_allocated_filename(path); in posix_chflags()
2013 return posix_error_with_allocated_filename(path); in posix_lchflags()
2084 return posix_error_with_allocated_filename(path); in posix_chown()
2139 return posix_error_with_allocated_filename(path); in posix_lchown()
2534 return posix_error_with_allocated_filename(name); in posix_listdir()
2556 return posix_error_with_allocated_filename(name); in posix_listdir()
[all …]