HomeSort by relevance Sort by last modified time
    Searched refs:link_mode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/installer/mac/
keystone_install.sh 128 local link_mode
129 link_mode="$(stat -f %Sp "${symlink}" 2> /dev/null || true)"
130 if [[ -z "${link_mode}" ]] || [[ "${link_mode:0:1}" != "l" ]]; then
143 if [[ "${link_mode:2:1}" = "w" ]]; then
160 if [[ "${link_mode:5:1}" = "w" ]]; then
167 if [[ "${link_mode:8:1}" = "w" ]]; then
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 360 unsigned char link_mode; /* mapping policy to operstate */ member in struct:net_device

Completed in 87 milliseconds