Searched refs:rename (Results 1 - 25 of 100) sorted by relevance

1234

/external/sepolicy/
H A Dmls68 # Also constrain other forms of manipulation, e.g. chmod/chown, unlink, rename, etc.
70 mlsconstrain dir { open search setattr rename add_name remove_name reparent rmdir }
72 mlsconstrain { file lnk_file sock_file } { open setattr unlink link rename }
89 mlsconstrain dir { write setattr rename add_name remove_name reparent rmdir }
92 mlsconstrain { file lnk_file sock_file chr_file blk_file } { write setattr append unlink link rename }
102 mlsconstrain fifo_file { write setattr append unlink link rename }
/external/webkit/Tools/Scripts/
H A Dsvn-unapply177 rename($fullPath, "$fullPath.orig") if -e $fullPath;
187 rename($fullPath, $tempPath);
189 rename($tempPath, $fullPath);
H A Dclean-header-guards51 File.rename tmp_filename, filename
H A Dcheck-Xcode-source-file-types157 rename($tempFileName, $projectFile) || die "Could not rename $tempFileName to $projectFile: $!";
H A Dsort-Xcode-project-file148 rename($tempFileName, $projectFile) || die "Could not rename $tempFileName to $projectFile: $!";
/external/grub/
H A Dcompile43 arguments, and rename the output as expected.
/external/libffi/
H A Dcompile43 arguments, and rename the output as expected.
/external/libogg/
H A Dcompile43 arguments, and rename the output as expected.
/external/libusb/
H A Dcompile43 arguments, and rename the output as expected.
/external/libusb-compat/
H A Dcompile43 arguments, and rename the output as expected.
/external/libvorbis/
H A Dcompile43 arguments, and rename the output as expected.
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com22 $ rename minizip_info.txt; minizip_info.txt_old
/external/emma/core/java12/com/vladium/emma/data/
H A DMergeProcessor.java212 // 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");
/external/javassist/src/main/javassist/bytecode/
H A DLocalVariableAttribute.java110 return Descriptor.rename(desc, oldname, newname);
128 return Descriptor.rename(desc, classnames);
317 sig = Descriptor.rename(sig, classnames);
H A DClassFile.java417 minfo.setDescriptor(Descriptor.rename(desc, oldname, newname));
426 finfo.setDescriptor(Descriptor.rename(desc, oldname, newname));
454 minfo.setDescriptor(Descriptor.rename(desc, classnames));
463 finfo.setDescriptor(Descriptor.rename(desc, classnames));
481 Descriptor.rename(desc, classnames);
490 Descriptor.rename(desc, classnames);
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp143 return sys::fs::rename(Twine(TempPath), Twine(FinalPath));
/external/stlport/stlport/stl/
H A D_cstdio.h105 using _STLP_VENDOR_CSTD::rename;
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h87 extern Int VG_(rename) ( const Char* old_name, const Char* new_name );
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp558 fprintf(stderr, "deleted file \"%s\" has more than one possible rename:\n", oldList);
1184 string rename(workingDir);
1185 rename.append("/");
1186 rename.append(oldFile);
1190 map<string, string>::iterator iter = renameMap.find(rename);
1192 renameMap[rename] = newName;
1193 myassert(rename != newName);
1195 fprintf(stderr, "map %s to %s\n", rename.c_str(), newName.c_str());
1201 map<string, string>::iterator iter = renameMap.find(rename);
1203 string newName = renameMap[rename];
[all...]
/external/e2fsprogs/lib/blkid/
H A Dsave.c149 rename(opened, filename);
/external/kernel-headers/original/linux/nfsd/
H A Dxdr.h131 struct nfsd_renameargs rename; member in union:nfsd_xdrstore
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile208 arguments, and rename the output as expected.
/external/libpcap/lbl/
H A Dos-sunos4.h139 int rename(const char *, const char *);
/external/tcpdump/lbl/
H A Dos-sunos4.h139 int rename(const char *, const char *);
/external/stlport/etc/
H A DSTLport-4.5.1.spec13 Patch0: STLport-rename.patch

Completed in 4718 milliseconds

1234