Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dselinux-util.c339 newpath = path_make_absolute_cwd(path); in mac_selinux_create_file_prepare()
428 newpath = path_make_absolute_cwd(path); in mac_selinux_mkdir()
497 newpath = path_make_absolute_cwd(path); in mac_selinux_bind()
Dpath-util.h30 char* path_make_absolute_cwd(const char *p);
Dpath-util.c101 char *path_make_absolute_cwd(const char *p) { in path_make_absolute_cwd() function