Home
last modified time | relevance | path

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

/security/tomoyo/
A Drealpath.c192 int name_len; in tomoyo_get_local_path() local
198 name_len = strlen(name); in tomoyo_get_local_path()
199 pos -= name_len; in tomoyo_get_local_path()
202 memmove(pos, name, name_len); in tomoyo_get_local_path()
209 const int name_len = strlen(name); in tomoyo_get_local_path() local
211 pos -= name_len + 1; in tomoyo_get_local_path()
214 memmove(pos, name, name_len); in tomoyo_get_local_path()
215 pos[name_len] = ':'; in tomoyo_get_local_path()

Completed in 3 milliseconds