/frameworks/base/tools/layoutlib/rename_font/ |
D | README | 1 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/ |
D | SELinuxPolicyInstallReceiver.java | 135 Os.rename(update.getPath(), current.getPath()); in applyUpdate() 143 Os.rename(tmp.getPath(), current.getPath()); in applyUpdate()
|
/frameworks/native/cmds/ip-up-vpn/ |
D | ip-up-vpn.c | 130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) { in main()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 515 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()
|
D | dumpstate.c | 550 if (use_outfile && rename(tmp_path, path)) { in main()
|
/frameworks/native/cmds/installd/ |
D | installd.c | 417 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()
|
D | commands.c | 136 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/ |
D | loader.cpp | 92 rename(relro_tmp, relro) != 0) { in DoCreateRelroFile()
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 95 - 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/ |
D | Installer.java | 145 public int rename(String oldname, String newname) { in rename() method in Installer
|
D | PackageManagerService.java | 9387 Os.rename(beforeCodeFile.getAbsolutePath(), afterCodeFile.getAbsolutePath()); in doRename()
|
/frameworks/base/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 266 if (rename(localTmpFileName, localFileName) < 0) { in copyFileIfChanged()
|
/frameworks/base/docs/html/tools/help/ |
D | android.jd | 168 <td>New name of the AVD if you want to rename it</td>
|
D | proguard.jd | 196 …<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/ |
D | expansion-files.jd | 154 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/ |
D | notepad-ex3.jd | 352 make <code>notesCursor</code> a local variable, we drop the <code>m</code>. Remember to rename the
|
/frameworks/base/docs/html/tools/devices/ |
D | managing-avds-cmdline.jd | 347 <p>If you want to move or rename an AVD, you can do so using this command:</p>
|
/frameworks/base/docs/html/tools/sdk/ |
D | tools-notes.jd | 344 <p>As a temporary workaround, rename the file
|
D | eclipse-adt.jd | 679 <li>Added support for resource rename refactoring. Renaming a resource XML file, drawable
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 3732 <code>android-ndk-<version></code>. You can rename the NDK directory if necessary and you
|
/frameworks/base/api/ |
D | current.txt | 27477 …method public static void rename(java.lang.String, java.lang.String) throws android.system.ErrnoEx…
|