Home
last modified time | relevance | path

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

/security/tomoyo/
Drealpath.c190 int name_len; in tomoyo_get_local_path() local
196 name_len = strlen(name); in tomoyo_get_local_path()
197 pos -= name_len; in tomoyo_get_local_path()
200 memmove(pos, name, name_len); in tomoyo_get_local_path()
207 const int name_len = strlen(name); in tomoyo_get_local_path() local
209 pos -= name_len + 1; in tomoyo_get_local_path()
212 memmove(pos, name, name_len); in tomoyo_get_local_path()
213 pos[name_len] = ':'; in tomoyo_get_local_path()