Home
last modified time | relevance | path

Searched defs:part (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/
Ddittotrace.cpp58 std::string part = raw_arguments.substr(last, next - last); in ProcessLine() local
62 std::string part = raw_arguments.substr(last); in ProcessLine() local
/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/utils/
DDeviceUtils.java167 public File getOutputFile(String description, int part) { in getOutputFile()