Searched refs:kTombstoneFolderPath (Results 1 – 2 of 2) sorted by relevance
35 constexpr char kTombstoneFolderPath[] = "/data/vendor/tombstones/wifi/"; variable133 const std::string cur_file_path = kTombstoneFolderPath + cur_file_name; in cpioArchiveFilesInDir()229 uint32_t n_error = cpioArchiveFilesInDir(fd, kTombstoneFolderPath); in dump()
41 constexpr char kTombstoneFolderPath[] = "/data/vendor/tombstones/wifi/"; variable174 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()