Home
last modified time | relevance | path

Searched refs:fileValue (Results 1 – 1 of 1) sorted by relevance

/cts/suite/audio_quality/lib/src/task/
DTaskSave.cpp49 android::String8 fileValue; in handleFile() local
50 if (!findStringAttribute(STR_FILE, fileValue)) { in handleFile()
55 std::unique_ptr<std::vector<android::String8> > list(StringUtil::split(fileValue, ',')); in handleFile()