OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:executionsubdir
(Results
1 - 1
of
1
) sorted by null
/external/autotest/frontend/client/src/autotest/afe/
JobDetailView.java
574
String
executionSubdir
= Utils.jsonToString(hostQueueEntry.get("execution_subdir"));
575
if (
executionSubdir
.equals("")) {
576
// when
executionSubdir
== "", it's a job that hasn't yet run.
582
String basePath = jobId + "-" + owner + "/" +
executionSubdir
+ "/";
Completed in 4576 milliseconds