Home | History | Annotate | Download | only in vold

Lines Matching full:c_str

61     const char* cpath = path.c_str();
89 const char* cpath = path.c_str();
98 const char* cpath = path.c_str();
122 const char* cpath = path.c_str();
152 const char* cpath = path.c_str();
178 if (::mount(source.c_str(), target.c_str(), "", MS_BIND, NULL)) {
213 const char* cline = line.c_str();
251 argv[i] = (char*) args[i].c_str();
295 FILE* fp = popen(cmd.c_str(), "r");
322 argv[i] = (char*) args[i].c_str();
434 if (statvfs(path.c_str(), &sb) == 0) {
497 int dirfd = open(path.c_str(), O_DIRECTORY, O_RDONLY);
519 const char* c_path = path.c_str();
560 return StringPrintf("%s/expand_%s.key", kKeyPath, partGuid.c_str());
564 return StringPrintf("%s/system/users/%u", BuildDataPath(nullptr).c_str(), userId);
568 return StringPrintf("%s/system_ce/%u", BuildDataPath(nullptr).c_str(), userId);
572 return StringPrintf("%s/system_de/%u", BuildDataPath(nullptr).c_str(), userId);
576 return StringPrintf("%s/misc/user/%u", BuildDataPath(nullptr).c_str(), userId);
580 return StringPrintf("%s/misc_ce/%u", BuildDataPath(nullptr).c_str(), userId);
584 return StringPrintf("%s/misc_de/%u", BuildDataPath(nullptr).c_str(), userId);
589 return StringPrintf("%s/misc/profiles/cur/%u", BuildDataPath(nullptr).c_str(), userId);
594 return StringPrintf("%s/foreign-dex", profiles_path.c_str());
610 return StringPrintf("%s/media/%u", data.c_str(), userId);
618 return StringPrintf("%s/data", data.c_str());
620 return StringPrintf("%s/user/%u", data.c_str(), userId);
623 return StringPrintf("%s/user/%u", data.c_str(), userId);
630 return StringPrintf("%s/user_de/%u", data.c_str(), userId);
635 if (stat(path.c_str(), &sb)) {
653 const char* cpath = path.c_str();