Home
last modified time | relevance | path

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

/device/google/gs-common/fingerprint/
Ddump_fingerprint.cpp22 static constexpr const char *kTombstonesDirPath = "/data/vendor/tombstones/fingerprint/"; variable
26 std::unique_ptr<DIR, decltype(&closedir)> tombstones_dir(opendir(kTombstonesDirPath), closedir); in main()
33 std::string file_path(kTombstonesDirPath + file_name); in main()