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

1 2 3 4 5 6 7 8 9

  /bionic/libc/arch-arm/syscalls/
rename.S 5 ENTRY(rename) function
14 END(rename)
  /bionic/libc/arch-sh/syscalls/
rename.S 5 .type rename, @function
6 .globl rename
9 rename: label
  /bionic/libc/arch-x86/syscalls/
rename.S 5 .type rename, @function
6 .globl rename
9 rename: label
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 1 /* Work around rename bugs in some systems. On SunOS 4.1.1_U1
2 and mips-dec-ultrix4.4, rename fails when the source file has
3 a trailing slash. On mingw, rename fails when the destination
24 #undef rename macro
35 /* Rename the file SRC to DST. This replacement is necessary on
36 Windows, on which the system rename function will not replace
140 /* Rename the file SRC to DST, removing any trailing
158 ret_val = rename (src_temp, dst);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 189 diffName => "rename (with similarity index 100%)",
193 rename from foo
194 rename to foo_new
203 rename from foo
204 rename to foo_new
214 diffName => "rename (with similarity index < 100%)",
218 rename from foo
219 rename to foo_new
236 rename from foo
237 rename to foo_ne
    [all...]
mergeChangeLogs.pl 61 rename($fileName, $newFileName);
107 rename($fileMine, $fileNewer . ".rej");
112 rename($fileOlder, $fileNewer . ".orig");
176 rename($fileMine, $fileNewer . ".rej");
181 rename($fileOlder, $fileNewer . ".orig");
  /external/webkit/Tools/Scripts/
svn-unapply 177 rename($fullPath, "$fullPath.orig") if -e $fullPath;
187 rename($fullPath, $tempPath);
189 rename($tempPath, $fullPath);
clean-header-guards 51 File.rename tmp_filename, filename
  /bionic/libstdc++/include/
cstdio 73 using ::rename;
  /external/grub/
compile 43 arguments, and rename the output as expected.
  /external/libffi/
compile 43 arguments, and rename the output as expected.
  /external/valgrind/main/
compile 43 arguments, and rename the output as expected.
  /external/zlib/contrib/minizip/
make_vms.com 22 $ rename minizip_info.txt; minizip_info.txt_old
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 73 using ::rename;
  /ndk/sources/cxx-stl/system/include/
cstdio 73 using ::rename;
  /ndk/sources/host-tools/make-3.81/config/
compile 43 arguments, and rename the output as expected.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cstdio 71 using ::rename;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cstdio 71 using ::rename;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cstdio 73 using ::rename;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cstdio 73 using ::rename;
  /external/bluetooth/glib/glib/
gstdio.h 41 #define g_rename rename
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 212 // a temp file and rename it only when the data is safely persisted:
214 boolean rename = false;
224 rename = true;
229 if (rename) // create a temp out file
284 if (rename) // rename-with-delete temp out file into the desired out file
289 throw new EMMARuntimeException ("could not rename temporary file [" + tempDataOutFile.getAbsolutePath () + "] to [" + canonicalDataOutFile + "]: make sure the original file is not locked and can be deleted");
  /system/core/toolbox/
mv.c 34 /* assume we build "dest/source", and let rename() fail on pathsize */
51 if (rename(source, fullDest)) {
  /bionic/libc/kernel/common/linux/nfsd/
xdr.h 133 struct nfsd_renameargs rename; member in union:nfsd_xdrstore
  /development/ndk/platforms/android-3/include/linux/nfsd/
xdr.h 133 struct nfsd_renameargs rename; member in union:nfsd_xdrstore

Completed in 1116 milliseconds

1 2 3 4 5 6 7 8 9