Home
last modified time | relevance | path

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

/packages/modules/adb/
Dadb_utils.cpp346 const char* tmp_dir = getenv("TMPDIR"); in GetLogFilePath() local
347 if (tmp_dir == nullptr) tmp_dir = "/tmp"; in GetLogFilePath()
348 return android::base::StringPrintf("%s/adb.%u.log", tmp_dir, getuid()); in GetLogFilePath()
/packages/services/Car/cpp/bugreport/
Dmain.cpp380 void takeScreenshotForDisplayId(PhysicalDisplayId id, const char* tmp_dir, in takeScreenshotForDisplayId() argument
383 std::string filename = std::string(tmp_dir) + kScreenshotPrefix + id_as_string + ".png"; in takeScreenshotForDisplayId()
396 void takeScreenshot(const char* tmp_dir, std::vector<std::string>* extra_files) { in takeScreenshot() argument
401 takeScreenshotForDisplayId(display_id, tmp_dir, extra_files); in takeScreenshot()