OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirs_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/testing/
serially_executed_browser_test_case.py
101
def SetStaticServerDirs(cls,
dirs_path
):
103
assert isinstance(
dirs_path
, list)
104
cls.platform.SetHTTPServerDirectories(
dirs_path
)
/external/autotest/client/site_tests/power_x86Settings/
power_x86Settings.py
157
dirs_path
= '/sys/class/scsi_host/host*'
158
dirs = glob.glob(
dirs_path
)
/external/autotest/client/cros/
power_utils.py
731
dirs_path
= '/sys/bus/usb/devices/*/power'
732
dirs = glob.glob(
dirs_path
)
Completed in 1276 milliseconds