Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_utils.cpp335 std::string temp_path_utf8; in GetLogFilePath() local
336 if (!android::base::WideToUTF8(temp_path, &temp_path_utf8)) { in GetLogFilePath()
340 return temp_path_utf8 + log_name; in GetLogFilePath()