OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_dirname
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
job_directories.py
109
self.
_dirname
= resultsdir
143
the job's `
_dirname
` attribute and its directory name.
161
queue.put([self.
_dirname
, os.path.dirname(self.
_dirname
)])
165
return not os.path.exists(self.
_dirname
)
181
return self.
_dirname
203
for path in glob.glob(os.path.join(self.
_dirname
, '*',
211
if not os.listdir(self.
_dirname
):
212
shutil.rmtree(self.
_dirname
)
gs_offloader_unittest.py
275
if not os.path.isdir(self.
_dirname
):
276
os.mkdir(self.
_dirname
)
288
if os.path.isdir(self.
_dirname
):
289
os.rmdir(self.
_dirname
)
481
Construct a regular job, and assert that the `
_dirname
`
487
self.assertEqual(job.
_dirname
, resultsdir)
494
Construct a special job, and assert that the `
_dirname
`
501
self.assertEqual(job.
_dirname
, resultsdir)
[
all
...]
Completed in 141 milliseconds