Searched refs:kTombstonesDirPath (Results 1 – 1 of 1) sorted by relevance
22 static constexpr const char *kTombstonesDirPath = "/data/vendor/tombstones/fingerprint/"; variable26 std::unique_ptr<DIR, decltype(&closedir)> tombstones_dir(opendir(kTombstonesDirPath), closedir); in main()33 std::string file_path(kTombstonesDirPath + file_name); in main()