Searched refs:path_make_absolute_cwd (Results 1 – 3 of 3) sorted by relevance
339 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()
30 char* path_make_absolute_cwd(const char *p);
101 char *path_make_absolute_cwd(const char *p) { in path_make_absolute_cwd() function