]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Thu, 8 Jun 2023 06:04:31 +0000 (14:04 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 8 Jun 2023 06:04:31 +0000 (14:04 +0800)
commitb1bd40dce197d2938426d1ec33cebd3d51ccc8cf
tree610f3c3b69d878d62584ad6da607c2c5499bd45f
parentf2b2863ff7380e7c3c31662ca7615bd8edb83440
Update Android port

* src/android.c (android_is_special_directory): New function.
(android_get_asset_name, android_content_name_p)
(android_get_content_name):
* src/android.h (android_is_special_directory)
(JNI_STACK_ALIGNMENT_PROLOGUE):
* src/fileio.c (check_mutable_filename):
* src/filelock.c (WTMP_FILE, make_lock_file_name):
* src/inotify.c (IN_ONLYDIR, Finotify_add_watch): Factor out
checks against asset and content directories to that function.
src/android.c
src/android.h
src/fileio.c
src/filelock.c
src/inotify.c