OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:value_file
(Results
1 - 2
of
2
) sorted by null
/external/testng/
generate-version-file
30
value_file
="$3"
38
if ! [[ -f $
value_file
]]; then
39
echo "Error: Value file $
value_File
does not exist." >&2
44
stored_value="$(egrep "val[[:space:]]+$value_variable" "$
value_file
" | awk 'NF>1{print $NF}' | tr -d '"')"
46
echo "Error: Could not find value $value_variable in $
value_file
of syntax 'val $value_variable = \"SOME_VALUE\"'" >&2
/external/autotest/server/cros/network/
attenuator_controller.py
39
self.
value_file
= os.path.join(SYS_GPIO_PATH, 'gpio' + self.offset,
351
(bit_value, gpio_pin.
value_file
))
Completed in 4225 milliseconds