/system/core/adb/ |
file_sync_service.c | 85 char *fname; local 90 fname = tmp + len + 1; 104 strcpy(fname, de->d_name);
|
/system/core/sh/ |
input.c | 433 setinputfile(const char *fname, int push) 439 if ((fd = open(fname, O_RDONLY)) < 0) 440 error("Can't open %s", fname);
|
nodes.c | 175 calcsize(n->nfile.fname); 273 new->nfile.fname = copynode(n->nfile.fname);
|
/external/elfutils/libasm/ |
libasm.h | 72 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
|
libasmP.h | 180 char *fname; member in struct:AsmCtx
|
/external/oprofile/opjitconv/ |
opjitconv.c | 420 char * fname = rindex(dirname, '/'); local 421 char const * dot = index(++fname, '.'); 424 proc_id_length = dot - fname; 426 memcpy(proc_id, fname, proc_id_length);
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
main.m | 63 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname); 184 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLTraceOptionsDialog.java | 185 String fName = openBrowseDialog(); 186 if (fName == null) { 190 mTraceFilePathText.setText(fName); 205 String fname = fd.open(); local 206 if (fname == null || fname.trim().length() == 0) { 211 return fname;
|
/system/core/toolbox/grep/ |
grep.h | 144 bool file_matching(const char *fname);
|
/frameworks/base/core/java/android/app/ |
Fragment.java | 559 public static Fragment instantiate(Context context, String fname) { 560 return instantiate(context, fname, null); 569 * @param fname The class name of the fragment to instantiate. 577 public static Fragment instantiate(Context context, String fname, Bundle args) { 579 Class<?> clazz = sClassMap.get(fname); 582 clazz = context.getClassLoader().loadClass(fname); 583 sClassMap.put(fname, clazz); 592 throw new InstantiationException("Unable to instantiate fragment " + fname 596 throw new InstantiationException("Unable to instantiate fragment " + fname 600 throw new InstantiationException("Unable to instantiate fragment " + fname [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
Fragment.java | 368 public static Fragment instantiate(Context context, String fname) { 369 return instantiate(context, fname, null); 378 * @param fname The class name of the fragment to instantiate. 386 public static Fragment instantiate(Context context, String fname, Bundle args) { 388 Class<?> clazz = sClassMap.get(fname); 391 clazz = context.getClassLoader().loadClass(fname); 392 sClassMap.put(fname, clazz); 401 throw new InstantiationException("Unable to instantiate fragment " + fname 405 throw new InstantiationException("Unable to instantiate fragment " + fname 409 throw new InstantiationException("Unable to instantiate fragment " + fname [all...] |
/ndk/sources/host-tools/make-3.81/ |
function.c | 39 char *(*func_ptr) PARAMS ((char *output, char **argv, const char *fname)); 2234 char *fname; local [all...] |
/external/openssh/ |
sftp.c | 740 char *tmp, *fname; local 746 fname = path_strip(tmp, strip_path); 756 lname = ls_file(fname, &sb, 1, 763 printf("%-*s", colspace, fname); 771 xfree(fname); 787 char *fname, *lname; local 832 fname = path_strip(g.gl_pathv[i], strip_path); 835 error("no stat information for %s", fname); 838 lname = ls_file(fname, g.gl_statv[i], 1, 843 printf("%-*s", colspace, fname); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
BuildDependencyGenerator.java | 147 String fname = groomQualifiedFileName(outputDir.toString(), g.getRecognizerName() + extST.render()); local 148 files.add(new File(fname));
|
/external/elfutils/src/ |
ld.c | 276 static void read_version_script (const char *fname); [all...] |
/external/srec/srec/cfront/ |
nisthdr.h | 198 #define Nist1AHeaderSetDef(fname, argType, unionKey, fieldId)\ 199 inline void Nist1AHeader::##fname(argType x) {\
|
/frameworks/base/tests/BrowserTestPlugin/jni/ |
main.cpp | 47 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname); 212 void NPP_StreamAsFile(NPP instance, NPStream* stream, const char* fname)
|
/system/core/toolbox/ |
du.c | 233 prstat(const char *fname, int64_t blocks) 237 fname);
|
/system/netd/ |
BandwidthController.cpp | 676 char *fname; local 679 asprintf(&fname, "/proc/net/xt_quota/%s", costName); 680 fp = fopen(fname, "r"); 681 free(fname); 727 char *fname; local 729 asprintf(&fname, "/proc/net/xt_quota/%s", quotaName); 730 fp = fopen(fname, "w"); 731 free(fname); [all...] |
/external/linux-tools-perf/util/scripting-engines/ |
trace-event-python.c | 440 char fname[PATH_MAX]; local 444 sprintf(fname, "%s.py", outfile); 445 ofp = fopen(fname, "w"); 447 fprintf(stderr, "couldn't open %s\n", fname); 588 fprintf(stderr, "generated Python script: %s\n", fname);
|
/external/zlib/src/test/ |
example.c | 82 void test_gzio OF((const char *fname, 114 void test_gzio(fname, uncompr, uncomprLen) 115 const char *fname; /* compressed file name */ 127 file = gzopen(fname, "wb"); 144 file = gzopen(fname, "rb");
|
/frameworks/base/libs/androidfw/ |
Asset.cpp | 626 const char* fname = mMap->getFileName(); local 627 if (fname == NULL) { 628 fname = mFileName; 630 if (fname == NULL) { 635 return open(fname, O_RDONLY | O_BINARY);
|
/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/javassist/src/main/javassist/ |
CtBehavior.java | 500 String fname; local 503 fname = "_cflow$" + i++; 505 cc.getDeclaredField(fname); 512 pool.recordCflow(name, declaringClass.getName(), fname); 515 CtField field = new CtField(type, fname, cc); 518 insertBefore(fname + ".enter();", false); 519 String src = fname + ".exit();"; [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_sim_db.c | 63 char *fname; member in struct:eap_sim_db_data 628 if (os_strncmp(data->fname, "unix:", 5) != 0) 652 os_strlcpy(addr.sun_path, data->fname + 5, sizeof(addr.sun_path)); 706 data->fname = os_strdup(config); 707 if (data->fname == NULL) 709 pos = os_strstr(data->fname, " db="); 720 if (os_strncmp(data->fname, "unix:", 5) == 0) { 732 os_free(data->fname); 773 os_free(data->fname); [all...] |