Home
last modified time | relevance | path

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

12

/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.java110 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/
DIFingerprintService.aidl46 void rename(int fingerId, int groupId, String name); in rename() method
DFingerprintManager.java576 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/
Dip-up-vpn.c130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) { in main()
/frameworks/native/cmds/installd/
Dinstalld.cpp463 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()
Dcommands.cpp102 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/
Dbuild.gradle80 rename { String fileName ->
/frameworks/native/cmds/dumpstate/
Dutils.c624 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()
Ddumpstate.c749 if (use_outfile && rename(tmp_path, path)) { in main()
/frameworks/data-binding/extensions/baseAdapters/
Dbuild.gradle104 rename { String fileName ->
/frameworks/data-binding/library/
Dbuild.gradle124 rename { String fileName ->
/frameworks/webview/chromium/loader/
Dloader.cpp97 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/core/jni/
Dcom_android_internal_content_NativeLibraryHelper.cpp292 if (rename(localTmpFileName, localFileName) < 0) { in copyFileIfChanged()
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java167 public int rename(String oldname, String newname) { in rename() method in Installer
/frameworks/base/docs/html/tools/help/
Dandroid.jd169 <td>New name of the AVD if you want to rename it</td>
Dproguard.jd261 <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/
DFingerprintService.java797 public void rename(final int fingerId, final int groupId, final String name) { in rename() method in FingerprintService.FingerprintServiceWrapper
/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/ndk/downloads/
Dindex.jd372 <code>android-ndk-&lt;version&gt;</code>. You can rename the NDK directory if necessary and you
/frameworks/base/docs/html/about/versions/
Dandroid-5.0-changes.jd445 <li>If your app requires custom permissions, rename your custom permissions
/frameworks/base/docs/html/tools/data-binding/
Dguide.jd1414 It is unlikely that developers will need to rename setters; the android

12