Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 10 of 10) sorted by relevance

/system/core/rootdir/
DAndroid.mk88 ln -sf /system/bin $(TARGET_ROOT_OUT)/bin; \
89 ln -sf /system/etc $(TARGET_ROOT_OUT)/etc; \
90 ln -sf /data/user_de/0/com.android.shell/files/bugreports $(TARGET_ROOT_OUT)/bugreports; \
91 ln -sfn /sys/kernel/debug $(TARGET_ROOT_OUT)/d; \
92 ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard
104 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/vendor $(TARGET_ROOT_OUT)/vendor
110 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/product $(TARGET_ROOT_OUT)/product
116 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/system_ext $(TARGET_ROOT_OUT)/system_ext
129 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/app $(TARGET_ROOT_OUT)/odm/app
130 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/bin $(TARGET_ROOT_OUT)/odm/bin
[all …]
/system/extras/tests/kernel.config/
Dscrape_mmap_addr.cpp16 std::string ln; in main() local
22 while (getline(m_file, ln)) { in main()
24 if (std::regex_match (ln,sm, reg)) { in main()
/system/update_engine/sample_images/
Dgenerate_images.sh83 sudo ln -s "broken-link" "${mntdir}"/link-short_symlink
84 sudo ln -s $(dd if=/dev/zero bs=256 count=1 status=none | tr '\0' '\141') \
86 sudo ln "${mntdir}"/regular-16k "${mntdir}"/link-hard-regular-16k
150 sudo ln -s "postinst_example" "${mntdir}"/bin/postinst_link
/system/nfc/src/nfc/tags/
Drw_t3t.cc460 p_cb->ndef_attrib.ln = 0; in rw_t3t_format_cplt()
674 uint32_t ln; in rw_t3t_send_update_ndef_attribute_cmd() local
712 ln = p_cb->ndef_attrib.ln; in rw_t3t_send_update_ndef_attribute_cmd()
717 ln = p_cb->ndef_msg_len; in rw_t3t_send_update_ndef_attribute_cmd()
721 UINT8_TO_STREAM(p, (ln >> 16) & 0xFF); /* High byte (of 3) of Ln */ in rw_t3t_send_update_ndef_attribute_cmd()
722 UINT8_TO_STREAM(p, (ln >> 8) & 0xFF); /* Middle byte (of 3) of Ln */ in rw_t3t_send_update_ndef_attribute_cmd()
723 UINT8_TO_STREAM(p, (ln)&0xFF); /* Low byte (of 3) of Ln */ in rw_t3t_send_update_ndef_attribute_cmd()
918 if (p_cb->ndef_attrib.ln < p_cb->ndef_rx_offset) { in rw_t3t_send_next_ndef_check_cmd()
924 ndef_bytes_remaining = p_cb->ndef_attrib.ln - p_cb->ndef_rx_offset; in rw_t3t_send_next_ndef_check_cmd()
1358 BE_STREAM_TO_UINT16(p_cb->ndef_attrib.ln, p); /* Ln: lo-word */ in rw_t3t_act_handle_ndef_detect_rsp()
[all …]
Dce_t3t.cc260 BE_STREAM_TO_UINT16(ndef_info.ln, p_block_data); in ce_t3t_handle_update_cmd()
261 ndef_info.ln += (newlen_hiword << 16); in ce_t3t_handle_update_cmd()
277 p_cb->ndef_info.scratch_ln = ndef_info.ln; in ce_t3t_handle_update_cmd()
434 ndef_len = p_cb->ndef_info.ln; in ce_t3t_handle_check_cmd()
885 p_cb->ndef_info.ln = size_current; in CE_T3tSetLocalNDEFMsg()
897 p_cb->ndef_info.scratch_ln = p_cb->ndef_info.ln; in CE_T3tSetLocalNDEFMsg()
899 memcpy(p_scratch_buf, p_buf, p_cb->ndef_info.ln); in CE_T3tSetLocalNDEFMsg()
/system/core/shell_and_utilities/
DREADME.md60 inotifyd insmod install ionice iorenice iotop kill killall ln load\_policy
98 inotifyd insmod install ionice iorenice iotop kill killall ln load\_policy
132 inotifyd insmod install ionice iorenice iotop kill killall ln load\_policy
166 inotifyd insmod install ionice iorenice iotop kill killall ln load\_policy
200 insmod install ionice iorenice iotop kill killall ln load\_policy log
232 **install** ionice iorenice **iotop** kill killall ln load\_policy log logname
262 insmod ionice iorenice kill killall ln load\_policy log logname losetup ls
287 inotifyd insmod ionice iorenice kill killall ln load\_policy **log** logname
311 insmod **ionice** **iorenice** kill **killall** load\_policy ln logname losetup **ls**
332 head hostname hwclock id ifconfig inotifyd insmod kill load\_policy ln
[all …]
/system/nfc/src/nfc/include/
Dce_int.h54 uint32_t ln; member
Drw_int.h479 uint32_t ln; /* Ln: actual size of stored NDEF data (in bytes) */ member
/system/apex/apexer/
Druntests.sh54 ln -s file1 ${input_dir}/sym1
/system/extras/tests/workloads/
Dpwrtest.sh256 adb shell ln -s /data/benchmarktest/hwuimacro/$HWUIMACRO $devdir/$HWUIMACRO