Searched refs:map_file_name (Results 1 – 2 of 2) sorted by relevance
174 char map_file_name[32]; in test_userns() local175 size_t sz = sizeof(map_file_name); in test_userns()193 if(snprintf(map_file_name, sz, "/proc/%d/uid_map", cpid) < 0) { in test_userns()197 success = write_file(map_file_name, "0 0 1", uid); in test_userns()
48 char map_file_name[J2B_MAX_PATH_LEN] = {0}; in struct_map_create() local57 snprintf(map_file_name, J2B_MAX_PATH_LEN, "%s.map", fpath); in struct_map_create()61 new_struct->map_file = fopen(map_file_name, "wb+"); in struct_map_create()