OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_fs_options
(Results
1 - 1
of
1
) sorted by null
/system/core/fs_mgr/
fs_mgr.c
290
char
tmp_fs_options
[FS_OPTIONS_LEN];
local
377
tmp_fs_options
[0] = '\0';
380
tmp_fs_options
, FS_OPTIONS_LEN);
383
if (
tmp_fs_options
[0]) {
384
fstab->recs[cnt].fs_options = strdup(
tmp_fs_options
);
Completed in 248 milliseconds