OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_slash
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/intl/
localcharset.c
127
int
add_slash
= (dir_len > 0 && !ISSLASH (dir[dir_len - 1]));
local
128
file_name = (char *) malloc (dir_len +
add_slash
+ base_len + 1);
132
if (
add_slash
)
134
memcpy (file_name + dir_len +
add_slash
, base, base_len + 1);
/external/opencore/extern_tools_v2/bin/linux/
tar
Completed in 77 milliseconds