Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi.cpp35 constexpr char kTombstoneFolderPath[] = "/data/vendor/tombstones/wifi/"; variable
133 const std::string cur_file_path = kTombstoneFolderPath + cur_file_name; in cpioArchiveFilesInDir()
229 uint32_t n_error = cpioArchiveFilesInDir(fd, kTombstoneFolderPath); in dump()
Dwifi_chip.cpp41 constexpr char kTombstoneFolderPath[] = "/data/vendor/tombstones/wifi/"; variable
174 std::unique_ptr<DIR, decltype(&closedir)> dir_dump(opendir(kTombstoneFolderPath), closedir); in removeOldFilesInternal()
188 std::string cur_file_path = kTombstoneFolderPath + cur_file_name; in removeOldFilesInternal()
1816 const std::string file_path_raw = kTombstoneFolderPath + item.first + "XXXXXXXXXX"; in writeRingbufferFilesInternal()