OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:private_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/pyautolib/
pyauto.py
766
private_file
= os.path.join(
768
assert os.path.exists(
private_file
), '%s missing' %
private_file
769
return PyUITest.EvalDataFrom(
private_file
)
[
all
...]
/external/chromium_org/chrome/test/functional/
perf.py
685
private_file
= os.path.join(pyauto.PyUITest.DataDir(), 'pyauto_private',
696
elif os.path.exists(
private_file
):
[
all
...]
Completed in 38 milliseconds