Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/tools/layoutlib/rename_font/
DREADME1 This tool is used to rename the PS name encoded inside the ttf font that we ship
4 versions are loaded. As a workaround, we rename all the fonts that we ship with
/frameworks/base/services/core/java/com/android/server/updates/
DSELinuxPolicyInstallReceiver.java135 Os.rename(update.getPath(), current.getPath()); in applyUpdate()
143 Os.rename(tmp.getPath(), current.getPath()); in applyUpdate()
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) { in main()
/frameworks/native/cmds/dumpstate/
Dutils.c515 if (rename(traces_path, anr_traces_path) && errno != ENOENT) { in dump_traces()
647 if (rename(traces_path, dump_traces_path)) { in dump_traces()
654 rename(anr_traces_path, traces_path); in dump_traces()
Ddumpstate.c550 if (use_outfile && rename(tmp_path, path)) { in main()
/frameworks/native/cmds/installd/
Dinstalld.c417 if (rename(android_media_dir.path, media_tmp_dir) == -1) { in initialize_directories()
438 if (rename(media_tmp_dir, owner_media_dir) == -1) { in initialize_directories()
489 if (rename(owner_obb_path, media_obb_dir) == -1) { in initialize_directories()
Dcommands.c136 if (rename(oldpkgdir, newpkgdir) < 0) { in renamepkg()
438 if (rename(src_dex, dst_dex) < 0) { in move_dex()
1075 if (rename(srcpath, dstpath) >= 0) { in movefileordir()
/frameworks/webview/chromium/loader/
Dloader.cpp92 rename(relro_tmp, relro) != 0) { in DoCreateRelroFile()
/frameworks/base/tools/layoutlib/create/
DREADME.txt95 - specific classes to rename.
117 to be renamed. This uses the RenameClassAdapter to also rename all inner classes and references in
212 This won't rename/replace the inner static methods of a given class.
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java145 public int rename(String oldname, String newname) { in rename() method in Installer
DPackageManagerService.java9387 Os.rename(beforeCodeFile.getAbsolutePath(), afterCodeFile.getAbsolutePath()); in doRename()
/frameworks/base/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp266 if (rename(localTmpFileName, localFileName) < 0) { in copyFileIfChanged()
/frameworks/base/docs/html/tools/help/
Dandroid.jd168 <td>New name of the AVD if you want to rename it</td>
Dproguard.jd196 …<p>How you save the <code>mapping.txt</code> file is your decision. For example, you can rename th…
/frameworks/base/docs/html/google/play/
Dexpansion-files.jd154 shared storage location. To ensure proper behavior, you must not delete, move, or rename the
258 <p>Remember that you must not delete, move, or rename the expansion files.</p>
318 <li><strong>Do not delete or rename the {@code .obb} expansion file</strong> (unless you're
1177 <li>Manually add the expansion files to that directory. Be sure that you rename your files to
1195 <li><strong>Do not delete or rename</strong> the {@code .obb} expansion files (even if you unpack
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex3.jd352 make <code>notesCursor</code> a local variable, we drop the <code>m</code>. Remember to rename the
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds-cmdline.jd347 <p>If you want to move or rename an AVD, you can do so using this command:</p>
/frameworks/base/docs/html/tools/sdk/
Dtools-notes.jd344 <p>As a temporary workaround, rename the file
Declipse-adt.jd679 <li>Added support for resource rename refactoring. Renaming a resource XML file, drawable
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd3732 <code>android-ndk-&lt;version&gt;</code>. You can rename the NDK directory if necessary and you
/frameworks/base/api/
Dcurrent.txt27477 …method public static void rename(java.lang.String, java.lang.String) throws android.system.ErrnoEx…