OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsno
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/tests/ffsb/
ffsb.py
56
fsno
= int(line[m.start(1):m.end(1)])
57
d[
fsno
] = []
66
d[
fsno
].append(mntpt)
67
d[
fsno
].append(int(avl_dsk_spc))
73
d[
fsno
].append(usrnumfl)
79
d[
fsno
].append(usrmaxflsz)
109
fsno
= 0
116
fsno
= int(line[m.start(1):m.end(1)])
139
newline = '%s=%s' % (line[0:m.end(1)], str(params[
fsno
][2]))
145
newline = '%s%s' % (line[0:m.start(2)], str(params[
fsno
][3])
[
all
...]
/external/python/cpython2/Lib/plat-riscos/
riscospath.py
286
fsno
= swi.swi('OS_Args', '00;i')
287
swi.swi('OS_FSControl', 'iibi', 33,
fsno
, b, l)
Completed in 348 milliseconds