/external/chromium/sdch/open-vcdiff/packages/ |
rpm.sh | 15 fullname="${PACKAGE}-${VERSION}" 16 archive=../$fullname.tar.gz 39 RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" 40 RPM_BUILD_DIR="/tmp/rpmbuild-$fullname"
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 447 char fullname[512]; local 452 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file); 455 snprintf(fullname, 512, OP_DRIVER_BASE"/%s", file); 457 fd = open(fullname, O_WRONLY); 459 fprintf(stderr, "Cannot open %s: %s\n", fullname, strerror(errno)); 468 verbose("Configure %s (%s)\n", fullname, content); 487 char fullname[512]; local 493 sprintf(fullname, OP_DRIVER_BASE"/%d/enabled", i); 494 num = read_num(fullname); 499 sprintf(fullname, OP_DRIVER_BASE"/%d/event", i) [all...] |
/system/core/sh/ |
main.c | 340 char *fullname; local 348 while ((fullname = padvance(&path, basename)) != NULL) { 349 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) { 354 return fullname; 356 stunalloc(fullname); 370 char *fullname; local 374 fullname = find_dot_file(argv[1]); 375 setinputfile(fullname, 1); 376 commandname = fullname;
|
exec.c | 432 char *fullname; local 512 while ((fullname = padvance(&path, name)) != NULL) { 513 stunalloc(fullname); 528 if (fullname[0] == '/' && idx <= prev) { 534 while (stat(fullname, &statb) < 0) { 549 stalloc(strlen(fullname) + 1); 550 readcmdfile(fullname); 553 error("%s not defined in %s", name, fullname); 554 stunalloc(fullname); 571 TRACE(("searchexec \"%s\" returns \"%s\"\n", name, fullname)); [all...] |
/external/e2fsprogs/debugfs/ |
dump.c | 189 const char *fullname) 231 if (symlink(buf, fullname) == -1) { 232 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname); 245 char *fullname; local 249 fullname = malloc(strlen(dumproot) + strlen(name) + 2); 250 if (!fullname) { 254 sprintf(fullname, "%s/%s", dumproot, name); 257 rdump_symlink(ino, inode, fullname); 260 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU); 262 com_err("rdump", errno, "while dumping %s", fullname); [all...] |
/external/valgrind/main/coregrind/ |
launcher-linux.c | 94 static char fullname[PATH_MAX]; local 102 strcpy(fullname, path); 107 memcpy(fullname, path, colon - path); 108 fullname[colon - path] = '\0'; 112 strcat(fullname, "/"); 113 strcat(fullname, clientname); 115 if (access(fullname, R_OK|X_OK) == 0) 116 return fullname;
|
launcher-darwin.c | 101 static char fullname[PATH_MAX]; local 109 strcpy(fullname, path); 114 memcpy(fullname, path, colon - path); 115 fullname[colon - path] = '\0'; 119 strcat(fullname, "/"); 120 strcat(fullname, clientname); 122 if (access(fullname, R_OK|X_OK) == 0) 123 return fullname;
|
pub_core_libcfile.h | 89 Returns -1 on failure, else the fd of the file. If fullname is 92 extern Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname );
|
launcher-aix5.c | 172 static char fullname[PATH_MAX]; local 180 strcpy(fullname, path); 185 memcpy(fullname, path, colon - path); 186 fullname[colon - path] = '\0'; 189 strcat(fullname, "/"); 190 strcat(fullname, clientname); 192 if (access(fullname, R_OK|X_OK) == 0) 193 return fullname; [all...] |
/external/elfutils/src/ |
nm.c | 724 const char *prefix, const char *fname, const char *fullname, 730 INTERNAL_ERROR (fullname); 762 printf (gettext ("\n\nSymbols from %s:\n\n"), fullname); 768 print_file_name ? (int) strlen (fullname) + 1: 0, "", 798 fputs_unlocked (fullname, stdout); 843 const char *prefix, const char *fname, const char *fullname, 878 fputs_unlocked (fullname, stdout); 907 const char *fullname, GElf_SymX *syms, size_t nsyms) 910 printf ("%s:\n", fullname); 936 fputs_unlocked (fullname, stdout) 1212 char fullname[prefix_len + 1 + fname_len + suffix_len]; local [all...] |
size.c | 94 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 416 const char *fullname) 437 INTERNAL_ERROR (fullname); 492 const char *fullname) 550 const char *fullname) 566 INTERNAL_ERROR (fullname); 621 const char *fullname) 631 INTERNAL_ERROR (fullname); 640 INTERNAL_ERROR (fullname); 675 char fullname[prefix_len + 1 + fname_len] local [all...] |
/development/tools/apkcheck/src/com/android/apkcheck/ |
ClassInfo.java | 348 private static ClassInfo lookupClass(String fullname, ApiList apiList) { 349 String packageName = TypeUtils.packageNameOnly(fullname); 350 String className = TypeUtils.classNameOnly(fullname);
|
/external/libxml2/include/libxml/ |
SAX.h | 77 const xmlChar *fullname, 105 const xmlChar *fullname, 109 const xmlChar *fullname,
|
SAX2.h | 75 const xmlChar *fullname, 104 const xmlChar *fullname,
|
/external/valgrind/main/tests/ |
vg_regtest | 272 my ($fullname, $name, $mid, $f_exps) = @_; 302 push(@failures, sprintf("%-40s ($mid)", "$fullname")); 311 my $fullname = "$dir/$name"; 356 do_diffs($fullname, $name, "stdout", \@stdout_exps); 364 do_diffs($fullname, $name, "stderr", \@stderr_exps); 375 do_diffs($fullname, $name, "post", \@post_exps);
|
vg_regtest.in | 272 my ($fullname, $name, $mid, $f_exps) = @_; 302 push(@failures, sprintf("%-40s ($mid)", "$fullname")); 311 my $fullname = "$dir/$name"; 356 do_diffs($fullname, $name, "stdout", \@stdout_exps); 364 do_diffs($fullname, $name, "stderr", \@stderr_exps); 375 do_diffs($fullname, $name, "post", \@post_exps);
|
/external/icu4c/tools/genrb/ |
parse.c | 1563 char *fullname = NULL; local 1681 char *fullname = NULL; local [all...] |
/external/libxml2/ |
valid.c | 680 xmlChar *fullname; local 682 fullname = xmlBuildQName(content->name, content->prefix, fn, 50); 683 if (fullname == NULL) { 691 ctxt->state, NULL, fullname, NULL); 695 ctxt->state, NULL, fullname, NULL); 700 ctxt->state, NULL, fullname, NULL); 702 ctxt->state, fullname, NULL); 708 ctxt->state, ctxt->state, fullname, NULL); 711 if ((fullname != fn) && (fullname != content->name) 4017 xmlChar *fullname; local 4102 xmlChar *fullname; local 4412 xmlChar *fullname; local 4589 xmlChar *fullname; local 5338 xmlChar *fullname; local 6112 xmlChar *fullname; local 6379 xmlChar *fullname; local [all...] |
SAX2.c | 694 * @fullname: the attribute name 703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, 717 elem, fullname, type, def, defaultValue); 719 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) && 730 name = xmlSplitQName(ctxt, fullname, &prefix); 1055 * @fullname: The attribute name, including namespace prefix 1065 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, 1076 name = xmlStrdup(fullname); 1083 name = xmlSplitQName(ctxt, fullname, &ns); 1088 fullname, NULL) 2042 xmlChar *fullname; local [all...] |
legacy.c | 986 * @fullname: the attribute name 996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, 1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue, [all...] |
/external/openssl/crypto/x509v3/ |
v3_crld.c | 120 if (!strncmp(cnf->name, "fullname", 9)) 175 (*pdp)->name.fullname = fnm; 357 point->distpoint->name.fullname = gens; 397 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 524 print_gens(out, dpn->name.fullname, indent);
|
/build/tools/releasetools/ |
check_target_files_signatures | 258 fullname = os.path.join(dirpath, fn) 259 displayname = fullname[len(d)+1:] 260 apk = APK(fullname, displayname)
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
drm_rights_manager.c | 253 uint8_t fullname[MAX_FILENAME_LEN] = {0}; local 261 sprintf((char *)fullname, ANDROID_DRM_CORE_PATH"%d"EXTENSION_NAME_INFO, id); 264 nameLen = strlen((char *)fullname); 266 fullname,
|
/frameworks/base/libs/utils/ |
BackupHelpers.cpp | 532 String8 fullname; // for pax later on local 614 fullname = prefix; 615 fullname.appendPath(relpath); 620 // We only use the prefix area if fullname won't fit in the path 621 if (fullname.length() > 100) { 625 strncpy(buf, fullname.string(), 100); 631 LOGI(" Name: %s", fullname.string()); 648 // fullname was generated above with the ustar paths 649 p += write_pax_header_entry(p, "path", fullname.string()); 657 String8 leaf = fullname.getPathLeaf() [all...] |
/frameworks/base/tools/aidl/ |
aidl.cpp | 712 char fullname[1024]; local 719 sscanf(line, "%s %[^; \r\n\t];", type, fullname); 722 char* classname = rfind(fullname, '.'); 726 packagename = fullname; 728 classname = fullname;
|