Make all Utf8CStrWrite Utf8CStrBuf

This commit is contained in:
topjohnwu
2025-02-15 10:56:59 -08:00
committed by John Wu
parent 3c7c46307a
commit 584f3820fe
4 changed files with 94 additions and 89 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ use base::libc::{
};
use base::{
log_err, map_args, BytesExt, EarlyExitExt, FsPath, LoggedResult, MappedFile, ResultExt,
Utf8CStr, Utf8CStrBufArr, Utf8CStrWrite, WriteExt,
Utf8CStr, Utf8CStrBuf, Utf8CStrBufArr, WriteExt,
};
use crate::check_env;