OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:property_path
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/power_ProbeDriver/
power_ProbeDriver.py
116
property_path
= os.path.join(bat_path, field)
118
raise error.TestNAError('Path not found: %s' %
property_path
)
119
return utils.read_one_line(
property_path
)
/external/autotest/client/cros/
dhcpv6_test_base.py
84
[ proxy.get_dbus_object(ipconfig_object,
property_path
)
85
for
property_path
in device_properties['IPConfigs'] ])
dhcp_test_base.py
120
[ proxy.get_dbus_object(ipconfig_object,
property_path
)
121
for
property_path
in device_properties['IPConfigs'] ])
Completed in 8415 milliseconds