HomeSort by relevance Sort by last modified time
    Searched refs:rename (Results 51 - 75 of 219) sorted by null

1 23 4 5 6 7 8 9

  /external/libpcap/lbl/
os-sunos4.h 139 int rename(const char *, const char *);
  /external/tcpdump/lbl/
os-sunos4.h 139 int rename(const char *, const char *);
  /external/valgrind/main/tests/
vg_regtest 351 rename($tmp, "$name.stdout.out");
360 rename($tmp, "$name.stderr.out");
vg_regtest.in 351 rename($tmp, "$name.stdout.out");
360 rename($tmp, "$name.stderr.out");
  /external/webkit/Tools/Scripts/
check-Xcode-source-file-types 157 rename($tempFileName, $projectFile) || die "Could not rename $tempFileName to $projectFile: $!";
sort-Xcode-project-file 148 rename($tempFileName, $projectFile) || die "Could not rename $tempFileName to $projectFile: $!";
VCSUtils.pm 612 } elsif (/^rename from (\S+)/) {
614 # This will simplify adding rename support to svn-unapply.
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 165 rename($pure_log, "$tn")
166 || die "Can't rename $log to $tn: $!\n";
  /bionic/linker/
Android.mk 19 # extra objcopy step to rename symbols causes the resulting binary to be misaligned
  /external/pcre/
makevp.bat 6 :: PH 29-03-07 hopefully the final rename to makevp_c and makevp_l
  /external/stlport/etc/
STLport-4.5.1.spec 13 Patch0: STLport-rename.patch
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode25.js 78 Invoke the renameNode method to attempt to rename a DOcumentType node of this Document.
documentrenamenode26.js 78 Invoke the renameNode method oto attempt to rename a new DocumentFragment node
documentrenamenode29.js 78 Invoke the renameNode method to attempt to rename an Element node of a XML1.0 document
documentrenamenode01.js 78 Invoke the renameNode method to rename the class attribute node of the
documentrenamenode02.js 78 Invoke the renameNode method to rename the class attribute node of the
documentrenamenode03.js 78 Invoke the renameNode method to rename a new attribute node to one whose
documentrenamenode04.js 78 Invoke the renameNode method to rename a new attribute node to one whose
documentrenamenode05.js 78 Invoke the renameNode method to rename a new attribute node to one whose
documentrenamenode06.js 78 Invoke the renameNode method to rename the default attribute "dir" to xsi:schemaLocation.
  /external/openssl/apps/
apps.c 152 #define rename(from,to) WIN32_rename((from),(to)) macro
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java     [all...]
AnnotationsAttribute.java 446 String newName = Descriptor.rename(name, classnames);
557 String newName = Descriptor.rename(name, classnames);
  /external/jhead/
jhead.c 39 static int RenameToDate = 0; // 1=rename, 2=rename all.
411 rename(TempName, FileName);
478 // Rename associated files
520 if (rename(FilePattern, NewName) == 0){
559 if (isalpha(FileName[a])) NumAlpha += 1; // Tally up alpha vs. digits to judge wether to rename.
673 if (rename(FileName, NewName) == 0){
682 printf("Error: Couldn't rename '%s' to '%s'\n",FileName, NewName);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 228 if (rename(old_path.pathname().c_str(), new_path.pathname().c_str()) != 0) {
247 if (rename(old_path.pathname().c_str(), new_path.pathname().c_str()) != 0) {

Completed in 4842 milliseconds

1 23 4 5 6 7 8 9