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

  /external/autotest/client/site_tests/platform_Nvram/
platform_Nvram.py 20 nvram_path = '/dev/nvram'
21 if not os.path.exists(nvram_path):
22 raise error.TestFail('%s does not exist.' % nvram_path)
23 if not open(nvram_path, 'rb').read(1):
24 raise error.TestFail('cannot read from %s.' % nvram_path)
  /device/huawei/angler/
init.angler.rc 456 write /sys/module/bcmdhd/parameters/nvram_path \
460 write /sys/module/bcmdhd/parameters/nvram_path \
464 write /sys/module/bcmdhd/parameters/nvram_path \
468 write /sys/module/bcmdhd/parameters/nvram_path \

Completed in 97 milliseconds