/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 | 110 Os.rename(current.getPath(), backup.getPath()); in applyUpdate() 113 Os.rename(tmp.getPath(), current.getPath()); in applyUpdate() 118 Os.rename(backup.getPath(), current.getPath()); in applyUpdate()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintService.aidl | 46 void rename(int fingerId, int groupId, String name); in rename() method
|
D | FingerprintManager.java | 576 public void rename(int fpId, String newName) { in rename() method in FingerprintManager 580 mService.rename(fpId, getCurrentUserId(), newName); in rename()
|
/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/installd/ |
D | installd.cpp | 463 if (rename(android_media_dir.path, media_tmp_dir) == -1) { in initialize_directories() 484 if (rename(media_tmp_dir, owner_media_dir) == -1) { in initialize_directories() 535 if (rename(owner_obb_path, media_obb_dir) == -1) { in initialize_directories()
|
D | commands.cpp | 102 if (rename(oldpkgdir, newpkgdir) < 0) { in renamepkg() 462 if (rename(src_dex, dst_dex) < 0) { in move_dex() 1318 if (rename(srcpath, dstpath) >= 0) { in movefileordir()
|
/frameworks/data-binding/baseLibrary/ |
D | build.gradle | 80 rename { String fileName ->
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 624 if (rename(traces_path, anr_traces_path) && errno != ENOENT) { in dump_traces() 765 if (rename(traces_path, dump_traces_path)) { in dump_traces() 772 rename(anr_traces_path, traces_path); in dump_traces()
|
D | dumpstate.c | 749 if (use_outfile && rename(tmp_path, path)) { in main()
|
/frameworks/data-binding/extensions/baseAdapters/ |
D | build.gradle | 104 rename { String fileName ->
|
/frameworks/data-binding/library/ |
D | build.gradle | 124 rename { String fileName ->
|
/frameworks/webview/chromium/loader/ |
D | loader.cpp | 97 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/core/jni/ |
D | com_android_internal_content_NativeLibraryHelper.cpp | 292 if (rename(localTmpFileName, localFileName) < 0) { in copyFileIfChanged()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 167 public int rename(String oldname, String newname) { in rename() method in Installer
|
/frameworks/base/docs/html/tools/help/ |
D | android.jd | 169 <td>New name of the AVD if you want to rename it</td>
|
D | proguard.jd | 261 <p>How you save the <code>mapping.txt</code> files is your decision. For example, you can rename
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
D | FingerprintService.java | 797 public void rename(final int fingerId, final int groupId, final String name) { in rename() method in FingerprintService.FingerprintServiceWrapper
|
/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/ndk/downloads/ |
D | index.jd | 372 <code>android-ndk-<version></code>. You can rename the NDK directory if necessary and you
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.0-changes.jd | 445 <li>If your app requires custom permissions, rename your custom permissions
|
/frameworks/base/docs/html/tools/data-binding/ |
D | guide.jd | 1414 It is unlikely that developers will need to rename setters; the android
|