HomeSort by relevance Sort by last modified time
    Searched defs:fname (Results 176 - 200 of 308) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/core/adb/
usb_linux.c 55 char fname[64]; member in struct:usb_handle
91 if(!strcmp(usb->fname, dev_name)) {
483 D("[ usb read %d fd = %d], fname=%s\n", xfer, h->desc, h->fname);
485 D("[ usb read %d ] = %d, fname=%s\n", xfer, n, h->fname);
578 if(!strcmp(usb->fname, dev_name)) {
588 strcpy(usb->fname, dev_name);
600 usb->desc = unix_open(usb->fname, O_RDWR | O_CLOEXEC);
603 usb->desc = unix_open(usb->fname, O_RDONLY | O_CLOEXEC)
    [all...]
  /external/blktrace/btt/
output.c 679 char fname[256]; local
683 sprintf(fname, "%s_qhist.dat", output_name);
684 ofp = my_fopen(fname, "w");
686 perror(fname);
698 sprintf(fname, "%s_dhist.dat", output_name);
699 ofp = my_fopen(fname, "w");
701 perror(fname);
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 837 char *fname; local
1515 char *fname; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 907 char fname[100]; local
908 snprintf(fname, sizeof(fname), "%s/heap-%04d", FLAGS_db, ++heap_counter_);
910 Status s = Env::Default()->NewWritableFile(fname, &file);
919 Env::Default()->DeleteFile(fname);
  /external/e2fsprogs/e2fsck/
unix.c 284 char tmp[80], tmp2[80], fname[80]; local
308 snprintf(fname, 80, "/proc/acpi/ac_adapter/%s/state",
310 f = fopen(fname, "r");
    [all...]
  /external/fio/
init.c 1038 char fname[PATH_MAX]; local
1077 add_file(td, make_filename(fname, sizeof(fname), o, jobname, job_add_num, i), job_add_num, 0);
    [all...]
options.c 70 char *fname; local
78 while ((fname = strsep(&str, ":")) != NULL) {
81 if (!strlen(fname))
93 perc_str = strstr(fname, "/");
105 if (str_to_decimal(fname, &val, 1, o, 0)) {
243 char *fname; local
254 while ((fname = strsep(&str, ":")) != NULL) {
256 if (!strlen(fname))
267 if (fname[0] == 'E') {
268 error[i] = str2error(fname);
832 char *fname, *str, *p; local
849 char *fname, *str, *p; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 829 .file = pf->fname,
841 static int probe_point_line_walker(const char *fname, int lineno,
848 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
872 const char *fname, const char *pat)
880 fp = fopen(fname, "r");
882 pr_warning("Failed to open %s: %s\n", fname, strerror(errno));
904 pr_debug("No matched lines found in %s.\n", fname);
908 static int probe_point_lazy_walker(const char *fname, int lineno,
916 strtailcmp(fname, pf->fname) != 0
1337 const char *fname = NULL, *func = NULL, *basefunc = NULL, *tmp; local
    [all...]
  /external/lldb/test/
dotest.py 60 fpath, fname = os.path.split(program)
1247 fname = os.path.join(sdir_name, "TestStarted") variable
1618 fname = os.path.join(sdir_name, "TestFinished") variable
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 115 void printProgram(const std::string& fname, const std::string& modName );
116 void printModule(const std::string& fname, const std::string& modName );
117 void printContents(const std::string& fname, const std::string& modName );
118 void printFunction(const std::string& fname, const std::string& funcName );
120 void printInline(const std::string& fname, const std::string& funcName );
121 void printVariable(const std::string& fname, const std::string& varName );
122 void printType(const std::string& fname, const std::string& typeName );
1964 Out << "Module* " << fname << "();\\n\\n"; local
1966 Out << " Module* Mod = " << fname << "();\\n"; local
2006 Out << "\\nModule* " << fname << "(Module *mod) {\\n"; local
2022 Out << "\\nFunction* " << fname << "(Module *mod) {\\n"; local
2053 Out << "\\nGlobalVariable* " << fname << "(Module *mod) {\\n"; local
2068 Out << "\\nType* " << fname << "(Module *mod) {\\n"; local
2081 std::string fname = FuncName.getValue(); local
    [all...]
  /external/ppp/pppd/
options.c 1411 char *fname, *arg, *p; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 246 for(i = start; SDL_joylist[i].fname == NULL;) i = SDL_joylist[i].prev;
263 char* fname; member in struct:__anon33133
313 fd = open(SDL_joylist[i].fname, O_RDONLY, 0);
434 SDL_joylist[numjoysticks].fname = SDL_strdup(envpath);
435 if ( SDL_joylist[numjoysticks].fname ) {
485 SDL_joylist[numjoysticks].fname = SDL_strdup(path);
486 if ( SDL_joylist[numjoysticks].fname ) {
524 fd = open(SDL_joylist[index].fname, O_RDONLY, 0);
531 name = SDL_joylist[index].fname;
799 if (SDL_joylist[joystick->index].fname == NULL)
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1611 char *fname = NULL; local
1755 char *fname; local
1903 char *fname = NULL; local
2007 char *fname = NULL; local
    [all...]
  /external/wpa_supplicant_8/hs20/client/
oma_dm_client.c 197 const char *fname)
202 fnode = node_from_file(ctx->xml, fname);
642 char fname[300]; local
672 os_strlcpy(fname, pps_fname, sizeof(fname));
674 ret = hs20_add_pps_mo(ctx, locuri, node, fname, sizeof(fname));
682 fname);
688 cmd_set_pps(ctx, fname);
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 933 char fname[200]; local
944 snprintf(fname, sizeof(fname), "%s/spp/policy/%s.xml",
947 debug_print(ctx, 1, "Use policy file %s", fname);
949 policy = node_from_file(ctx->xml, fname);
1047 char fname[200]; local
1082 snprintf(fname, sizeof(fname), "%s/spp/dm_ddf-v1_2.dtd", ctx->root_dir);
1083 if (xml_validate_dtd(ctx->xml, tnds, fname, ret_err) == 0)
2147 char fname[200]; local
2245 char fname[200]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 193 ;// The field is called $sname_$fname
197 M_FIELD $fname, $size, $number
201 $_Struct._$fname EQU _StOff
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 196 ;// The field is called $sname_$fname
200 M_FIELD $fname, $size, $number
204 $_Struct._$fname EQU _StOff
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 49 char fname[100]; member in struct:dmp_struct
55 printf("%s:%d\n", dmp->fname, d);
79 .fname = "event_tap",
84 .fname = "event_smd",
88 .fname = "event_accel_motion",
92 .fname = "event_pedometer",
306 sprintf(file_name, "%s/%s", dev_dir_name, event_file[i].fname);
320 sprintf(file_name, "%s/%s", dev_dir_name, event_file[i].fname);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 500 char fname[15] = "output"; local
626 strcat(fname,"_tc2.pcm");
643 strcat(fname,"_tc5.pcm");
658 strcat(fname,"_tc6.pcm");
673 strcat(fname,"_tc6.pcm");
685 strcat(fname,"_tc9.pcm");
739 fOut = fopen(fname, "w");
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 1601 char *fname; local
1614 const char *fname; member in struct:files
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 108 const char *fname;
596 n->fname = NULL;
638 if (p->fname)
648 fp = ck_fopen(p->fname, read_mode, false);
107 const char *fname; member in struct:append_queue
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 312 String fname = fd.open(); local
313 if (fname == null || fname.trim().length() == 0) {
318 return fname;
  /system/core/fastboot/
fastboot.c 670 static int load_buf(usb_handle *usb, const char *fname,
675 fd = open(fname, O_RDONLY | O_BINARY);
703 void do_flash(usb_handle *usb, const char *pname, const char *fname)
707 if (load_buf(usb, fname, &buf)) {
708 die("cannot load '%s'", fname);
803 char *fname; local
813 fname = find_item("info", product);
814 if (fname == 0) die("cannot find android-info.txt");
815 data = load_file(fname, &sz);
820 fname = find_item(images[i].part_name, product)
1177 char *fname = 0; local
    [all...]
  /system/core/toolbox/
newfs_msdos.c 260 const char *fname, *dtype, *bname; local
360 fname = *argv++;
361 if (!opt_create && !strchr(fname, '/')) {
362 snprintf(buf, sizeof(buf), "%s%s", _PATH_DEV, fname);
363 if (!(fname = strdup(buf)))
376 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, 0644);
378 errx(1, "failed to create %s", fname);
381 } else if ((fd = open(fname, opt_N ? O_RDONLY : O_RDWR)) == -1)
382 err(1, "%s", fname);
384 err(1, "%s", fname);
    [all...]
  /system/netd/server/
BandwidthController.cpp 782 char *fname; local
788 asprintf(&fname, "/proc/net/xt_quota/%s", costName);
789 fp = fopen(fname, "r");
790 free(fname);
838 char *fname; local
845 asprintf(&fname, "/proc/net/xt_quota/%s", quotaName);
846 fp = fopen(fname, "w");
847 free(fname);
    [all...]

Completed in 2123 milliseconds

1 2 3 4 5 6 78 91011>>