Searched refs:ln (Results 1 – 14 of 14) sorted by relevance
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 192 struct str ln; in procfile() local 222 ln.file = grep_malloc(strlen(fn) + 1); in procfile() 223 strcpy(ln.file, fn); in procfile() 224 ln.line_no = 0; in procfile() 225 ln.len = 0; in procfile() 227 ln.off = -1; in procfile() 230 ln.off += ln.len + 1; in procfile() 231 if ((ln.dat = grep_fgetln(f, &ln.len)) == NULL || ln.len == 0) in procfile() 233 if (ln.len > 0 && ln.dat[ln.len - 1] == line_sep) in procfile() 234 --ln.len; in procfile() [all …]
|
/system/core/rootdir/ |
D | Android.mk | 15 LOCAL_POST_INSTALL_CMD := ln -sf /system/bin/init $(TARGET_ROOT_OUT)/init 101 ln -sf /system/bin $(TARGET_ROOT_OUT)/bin; \ 102 ln -sf /system/etc $(TARGET_ROOT_OUT)/etc; \ 103 ln -sf /data/user_de/0/com.android.shell/files/bugreports $(TARGET_ROOT_OUT)/bugreports; \ 104 ln -sf /sys/kernel/debug $(TARGET_ROOT_OUT)/d; \ 105 ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/sdcard 109 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/vendor $(TARGET_ROOT_OUT)/vendor 114 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/product $(TARGET_ROOT_OUT)/product 119 LOCAL_POST_INSTALL_CMD += ; ln -sf /system/product_services $(TARGET_ROOT_OUT)/product_services 131 LOCAL_POST_INSTALL_CMD += ; ln -sf /vendor/odm/app $(TARGET_ROOT_OUT)/odm/app [all …]
|
/system/extras/tests/kernel.config/ |
D | scrape_mmap_addr.cpp | 16 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/bt/ |
D | README.md | 57 ln -s ../../../external/aac aac 58 ln -s ../../../external/libchrome libchrome 59 ln -s ../../../external/libldac libldac 60 ln -s ../../../external/modp_b64 modp_b64 61 ln -s ../../../external/tinyxml2 tinyxml2 62 ln -s ../../../external/googletest googletest
|
/system/extras/brillo_config/ |
D | Android.mk | 31 ln -sf /oem/$(OSRELEASED_DIRECTORY)/product_id $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY) 62 ln -sf /oem/$(OSRELEASED_DIRECTORY)/product_version $(TARGET_OUT_ETC)/$(OSRELEASED_DIRECTORY)
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 83 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/core/shell_and_utilities/ |
D | README.md | 41 iftop insmod ioctl ionice kill ln log ls lsmod lsof mkdir mount mv 52 iftop insmod ioctl ionice kill ln log ls lsmod lsof mkdir mount mv 63 getprop getsebool hd id ifconfig iftop insmod ioctl ionice kill ln 75 getprop getsebool hd id ifconfig iftop insmod ioctl ionice kill ln 84 BSD: cat chown cp dd du grep kill ln mv printenv rm rmdir sleep sync 104 head hostname hwclock id ifconfig inotifyd insmod kill load\_policy ln 125 insmod ionice iorenice kill killall load\_policy ln logname losetup ls 147 inotifyd insmod ionice iorenice kill killall ln load\_policy log logname 173 insmod ionice iorenice kill killall ln load\_policy log logname losetup ls 201 install ionice iorenice iotop kill killall ln load\_policy log logname
|
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 434 p_cb->ndef_attrib.ln = 0; in rw_t3t_format_cplt() 649 uint32_t ln; in rw_t3t_send_update_ndef_attribute_cmd() local 687 ln = p_cb->ndef_attrib.ln; in rw_t3t_send_update_ndef_attribute_cmd() 692 ln = p_cb->ndef_msg_len; in rw_t3t_send_update_ndef_attribute_cmd() 696 UINT8_TO_STREAM(p, (ln >> 16) & 0xFF); /* High byte (of 3) of Ln */ in rw_t3t_send_update_ndef_attribute_cmd() 697 UINT8_TO_STREAM(p, (ln >> 8) & 0xFF); /* Middle byte (of 3) of Ln */ in rw_t3t_send_update_ndef_attribute_cmd() 698 UINT8_TO_STREAM(p, (ln)&0xFF); /* Low byte (of 3) of Ln */ in rw_t3t_send_update_ndef_attribute_cmd() 889 ndef_bytes_remaining = p_cb->ndef_attrib.ln - p_cb->ndef_rx_offset; in rw_t3t_send_next_ndef_check_cmd() 1314 BE_STREAM_TO_UINT16(p_cb->ndef_attrib.ln, p); /* Ln: lo-word */ in rw_t3t_act_handle_ndef_detect_rsp() 1315 p_cb->ndef_attrib.ln += (temp << 16); in rw_t3t_act_handle_ndef_detect_rsp() [all …]
|
D | ce_t3t.cc | 264 BE_STREAM_TO_UINT16(ndef_info.ln, p_block_data); in ce_t3t_handle_update_cmd() 265 ndef_info.ln += (newlen_hiword << 16); in ce_t3t_handle_update_cmd() 281 p_cb->ndef_info.scratch_ln = ndef_info.ln; in ce_t3t_handle_update_cmd() 438 ndef_len = p_cb->ndef_info.ln; in ce_t3t_handle_check_cmd() 888 p_cb->ndef_info.ln = size_current; /* Current length */ in CE_T3tSetLocalNDEFMsg() 900 p_cb->ndef_info.scratch_ln = p_cb->ndef_info.ln; in CE_T3tSetLocalNDEFMsg() 902 memcpy(p_scratch_buf, p_buf, p_cb->ndef_info.ln); in CE_T3tSetLocalNDEFMsg()
|
/system/nfc/src/nfc/include/ |
D | ce_int.h | 54 uint32_t ln; member
|
D | rw_int.h | 481 uint32_t ln; /* Ln: actual size of stored NDEF data (in bytes) */ member
|
/system/apex/apexer/ |
D | runtests.sh | 52 ln -s file1 ${input_dir}/sym1
|
/system/core/healthd/ |
D | Android.mk | 128 && ln -sf /system/bin/charger $(TARGET_ROOT_OUT)/charger
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 256 adb shell ln -s /data/benchmarktest/hwuimacro/$HWUIMACRO $devdir/$HWUIMACRO
|