Searched defs:opt (Results 1 - 18 of 18) sorted by relevance

/system/extras/ext4_utils/
H A Dext4fixup_main.c30 int opt; local
39 while ((opt = getopt(argc, argv, "vnd:")) != -1) {
40 switch (opt) {
H A Dmake_ext4fs_main.c66 int opt; local
90 while ((opt = getopt(argc, argv, "l:j:b:g:i:I:L:a:S:T:C:B:d:D:fwzJsctvu")) != -1) {
91 switch (opt) {
H A Dext2simg.c119 int opt; local
127 while ((opt = getopt(argc, argv, "cvzS")) != -1) {
128 switch (opt) {
/system/extras/f2fs_utils/
H A Dmake_f2fs_main.c44 int opt; local
49 while ((opt = getopt(argc, argv, "l:")) != -1) {
50 switch (opt) {
/system/extras/slideshow/
H A Dslideshow.cpp87 int opt; local
91 while ((opt = getopt(argc, argv, "t:")) != -1) {
92 switch (opt) {
/system/core/libcutils/
H A Dandroid_reboot.c49 char* opt; local
52 while ((opt = strtok_r(copy ? NULL : (copy = strdup(opts)), ",", &rem))) {
53 if (!strcmp(opt, opt_to_find)) {
/system/core/bootstat/
H A Dbootstat.cpp283 int opt = 0; local
284 while ((opt = getopt_long(argc, argv, "hlpr:", long_options, &option_index)) != -1) {
285 switch (opt) {
327 DCHECK_EQ(opt, '?');
/system/extras/puncture_fs/
H A Dpuncture_fs.c199 int opt; local
209 while ((opt = getopt(argc, argv, "s:h:t:")) != -1) {
210 switch(opt) {
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp262 int opt; local
263 while ((opt = getopt(argc, argv, "s:c:d:?")) != -1) {
266 switch (opt) {
272 cerr << "Invalid cpu specified for -" << (char) opt
285 *((opt == 'c') ? &options.clientCPU : &options.serverCPU) = cpu;
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c129 int rv, opt; local
141 while ((opt = getopt(argc, argv, "d:D:s:e:p:t:?")) != -1) {
142 switch (opt) {
/system/netd/server/
H A DNetdConstants.cpp128 AndroidForkExecvpOption opt[1] = { local
139 false /* abbreviated */, NULL /* file_path */, opt, ARRAY_SIZE(opt));
/system/bt/stack/avdt/
H A Davdt_api.c923 ** The opt parameter allows passing specific options like:
929 UINT16 AVDT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp, UINT8 m_pt, tAVDT_DATA_OPT_MASK opt) argument
945 evt.apiwrite.opt = opt;
H A Davdt_int.h465 tAVDT_DATA_OPT_MASK opt; member in struct:__anon842
/system/core/libnetutils/
H A Ddhcpclient.c169 unsigned int opt; local
185 opt = *x++;
186 if (opt == OPT_PAD) {
190 if (opt == OPT_END) {
198 switch(opt) {
/system/extras/ANRdaemon/
H A DANRdaemon.cpp537 int opt = 0; local
539 while ((opt = getopt(argc, argv, "a:s:t:h")) >= 0) {
540 switch(opt) {
/system/bt/bta/av/
H A Dbta_av_aact.c2230 tAVDT_DATA_OPT_MASK opt; local
2278 /* opt is a bit mask, it could have several options set */
2279 opt = AVDT_DATA_OPT_NONE;
2282 opt |= AVDT_DATA_OPT_NO_RTP;
2285 AVDT_WriteReqOpt(p_scb->avdt_handle, p_buf, timestamp, m_pt, opt);
/system/core/adb/
H A Dcommandline.cpp826 int opt = CHUNK_SIZE; local
827 opt = adb_setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const void *) &opt, sizeof(opt));
893 int opt = SIDELOAD_HOST_BLOCK_SIZE; local
916 opt = adb_setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const void *) &opt, sizeof(opt));
/system/core/sdcard/
H A Dsdcard.c2071 int opt; local
2072 while ((opt = getopt(argc, argv, "u:g:U:mw")) != -1) {
2073 switch (opt) {

Completed in 424 milliseconds