OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myline
(Results
1 - 2
of
2
) sorted by null
/cts/tools/vm-tests-tf/etc/
starthosttests
128
while read -u 3
myline
;
138
mainclass=`echo $
myline
| cut -d";" -f1`
140
deps=`echo $
myline
| cut -d";" -f2`
142
jtitle=`echo $
myline
| cut -d";" -f3`
143
jcomment=`echo $
myline
| cut -d";" -f4`
144
details=`echo $
myline
| cut -d";" -f5`
starttests
138
while read -u 3
myline
;
148
mainclass=`echo $
myline
| cut -d";" -f1`
150
deps=`echo $
myline
| cut -d";" -f2`
152
jtitle=`echo $
myline
| cut -d";" -f3`
153
jcomment=`echo $
myline
| cut -d";" -f4`
154
details=`echo $
myline
| cut -d";" -f5`
Completed in 88 milliseconds