OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmode
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/updater/
install.c
665
mode_t
fmode
;
member in struct:perm_parsed_args
727
if (strcmp("
fmode
", args[i]) == 0) {
730
parsed.
fmode
= mode;
733
uiPrintf(state, "ParsePermArgs: invalid
fmode
\"%s\"\n", args[i + 1]);
824
if (chmod(filename, parsed.
fmode
) < 0) {
826
filename, parsed.
fmode
, strerror(errno));
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c
2377
FILE *
fmode
= fopen("modecontext.c", "w");
local
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
2327
FILE *
fmode
= fopen("modecontext.c", "w");
local
[
all
...]
Completed in 422 milliseconds