OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fs_options
(Results
1 - 8
of
8
) 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
110
char *
fs_options
, int fs_options_len)
125
/* initialize
fs_options
to the null string */
126
if (
fs_options
&& (fs_options_len > 0)) {
127
fs_options
[0] = '\0';
221
if (
fs_options
) {
223
* option. Add it to
fs_options
if it was passed in.
225
strlcat(
fs_options
, p, fs_options_len);
226
strlcat(
fs_options
, ",", fs_options_len);
228
/*
fs_options
was not passed in, so if the flag is unknown
237
if (
fs_options
&& fs_options[0])
[
all
...]
fs_mgr_priv.h
40
* <source> <mount_point> <fs_type> <mount_flags> <
fs_options
> <fs_mgr_options>
46
* <
fs_options
> is a comma separated list of options accepted by the filesystem being
fs_mgr.c
238
ret = mount(source, target, rec->fs_type, mountflags, rec->
fs_options
);
639
fstab->recs[attempted_idx].
fs_options
, strerror(mount_errno));
644
fstab->recs[attempted_idx].
fs_options
, strerror(mount_errno));
/system/core/fs_mgr/include/
fs_mgr.h
66
char *
fs_options
;
member in struct:fstab_rec
/external/autotest/client/bin/
partition.py
416
def set_fs_options(self,
fs_options
):
420
@param
fs_options
: A L{FsOptions} object
423
self.fstype =
fs_options
.fstype
424
self.mkfs_flags =
fs_options
.mkfs_flags
425
self.mount_options =
fs_options
.mount_options
426
self.fs_tag =
fs_options
.fs_tag
[
all
...]
/bootable/recovery/
roots.cpp
120
v->flags, v->
fs_options
);
/docs/source.android.com/src/security/encryption/
full-disk.jd
366
<li><code>ro.crypto.
fs_options
</code>
605
ro.crypto.
fs_options
<br>
Completed in 887 milliseconds