OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locks_dir
(Results
1 - 7
of
7
) sorted by null
/external/toolchain-utils/crosperf/experiment_files/
telemetry_perf_perf
54
--
locks_dir
=/tmp/crosperf.locks
/external/toolchain-utils/
file_lock_machine.py
130
def ListLock(cls, pattern,
locks_dir
):
131
if not
locks_dir
:
132
locks_dir
= Machine.
LOCKS_DIR
133
full_pattern = os.path.join(
locks_dir
, pattern)
267
LOCKS_DIR
= '/google/data/rw/users/mo/mobiletc-prebuild/locks'
269
def __init__(self, name,
locks_dir
=
LOCKS_DIR
, auto=True):
276
self._full_name = os.path.join(
locks_dir
, self._full_name)
336
dest='
locks_dir
',
[
all
...]
/external/toolchain-utils/crosperf/
machine_manager.py
206
locks_dir
,
219
self.
locks_dir
=
locks_dir
224
if self.
locks_dir
and not os.path.isdir(self.
locks_dir
):
226
self.
locks_dir
)
350
if self.
locks_dir
:
352
self.
locks_dir
).Lock(True,
363
elif self.
locks_dir
:
383
if self.
locks_dir
[
all
...]
experiment_factory.py
131
locks_dir
= global_settings.GetField('
locks_dir
')
132
# If we pass a blank
locks_dir
to the Experiment, it will use the AFE server
136
if use_file_locks and not
locks_dir
:
137
locks_dir
= file_lock_machine.Machine.
LOCKS_DIR
309
results_dir,
locks_dir
)
experiment.py
54
self.
locks_dir
= locks_directory
194
if self.
locks_dir
:
experiment_runner.py
164
if not experiment.
locks_dir
:
209
if not experiment.
locks_dir
:
results_report_unittest.py
122
locks_dir
= ''
125
log_level,
locks_dir
)
Completed in 74 milliseconds