Searched refs:offline_files_full_path (Results 1 – 1 of 1) sorted by relevance
223 std::string offline_files_full_path = in Init() local225 if (!std::filesystem::exists(offline_files_full_path)) { in Init()226 err_stream << "Offline files directory '" << offline_files_full_path << "' does not exist."; in Init()230 std::string frame_info_filepath = offline_files_full_path + sample_info.frame_info_filename; in Init()233 if (!android::base::ReadFileToString((offline_files_full_path + "maps.txt"), &map_buffer)) { in Init()234 err_stream << "Failed to read from '" << offline_files_full_path << "maps.txt' into memory."; in Init()243 std::move(offline_files_full_path), in Init()