Home | History | Annotate | Download | only in vold

Lines Matching refs:StringPrintf

59 #include <android-base/stringprintf.h>
61 using android::base::StringPrintf;
107 return StringPrintf("%s/de/%d", user_key_dir.c_str(), user_id);
111 return StringPrintf("%s/ce/%d", user_key_dir.c_str(), user_id);
155 auto const candidate = StringPrintf("%s/cx%010u", directory_path.c_str(), i);