OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fs_options
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c
272
struct gl_shader_compiler_options *const
fs_options
=
local
274
fs_options
->MaxIfDepth = 0;
275
fs_options
->EmitNoNoise = true;
276
fs_options
->EmitNoPow = true;
277
fs_options
->EmitNoMainReturn = true;
278
fs_options
->EmitNoIndirectInput = true;
279
fs_options
->EmitNoIndirectOutput = true;
280
fs_options
->EmitNoIndirectUniform = true;
281
fs_options
->EmitNoIndirectTemp = true;
/system/core/fs_mgr/
fs_mgr_fstab.c
96
char *
fs_options
, int fs_options_len)
111
/* initialize
fs_options
to the null string */
112
if (
fs_options
&& (fs_options_len > 0)) {
113
fs_options
[0] = '\0';
187
if (
fs_options
) {
189
* option. Add it to
fs_options
if it was passed in.
191
strlcat(
fs_options
, p, fs_options_len);
192
strlcat(
fs_options
, ",", fs_options_len);
194
/*
fs_options
was not passed in, so if the flag is unknown
203
if (
fs_options
&& fs_options[0])
[
all
...]
fs_mgr_priv.h
38
* <source> <mount_point> <fs_type> <mount_flags> <
fs_options
> <fs_mgr_options>
44
* <
fs_options
> is a comma separated list of options accepted by the filesystem being
fs_mgr.c
233
ret = mount(source, target, rec->fs_type, mountflags, rec->
fs_options
);
632
fstab->recs[attempted_idx].
fs_options
, strerror(mount_errno));
/system/core/fs_mgr/include/
fs_mgr.h
59
char *
fs_options
;
member in struct:fstab_rec
/bootable/recovery/
roots.cpp
117
v->flags, v->
fs_options
);
/docs/source.android.com/src/devices/tech/security/encryption/
index.jd
296
<li><code>ro.crypto.
fs_options
</code>
494
ro.crypto.
fs_options
<br>
Completed in 763 milliseconds