Searched refs:gid_bytes (Results 1 – 1 of 1) sorted by relevance
148 let gid_bytes = &*slice_from_raw_parts(info.gid, info.gid_len as usize); in OhCloudExtCloudAssetLoaderUpload() localVariable149 let gid = std::str::from_utf8_unchecked(gid_bytes); in OhCloudExtCloudAssetLoaderUpload()191 let gid_bytes = &*slice_from_raw_parts(info.gid, info.gid_len as usize); in OhCloudExtCloudAssetLoaderDownload() localVariable192 let gid = std::str::from_utf8_unchecked(gid_bytes); in OhCloudExtCloudAssetLoaderDownload()