Searched refs:offline_files_full_path (Results 1 – 1 of 1) sorted by relevance
221 std::string offline_files_full_path = in Init() local223 if (!std::filesystem::exists(offline_files_full_path)) { in Init()224 err_stream << "Offline files directory '" << offline_files_full_path << "' does not exist."; in Init()228 std::string frame_info_filepath = offline_files_full_path + sample_info.frame_info_filename; in Init()231 if (!android::base::ReadFileToString((offline_files_full_path + "maps.txt"), &map_buffer)) { in Init()232 err_stream << "Failed to read from '" << offline_files_full_path << "maps.txt' into memory."; in Init()241 std::move(offline_files_full_path), in Init()