Searched refs:c_str (Results 1 - 5 of 5) sorted by path

/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp83 param_fd = open(filename.c_str(), O_WRONLY);
/system/netd/
H A DBandwidthController.cpp194 res = system_nosh(fullCmd.c_str());
196 if (StrncpyAndCheck(buffer, fullCmd.c_str(), sizeof(buffer))) {
214 ALOGE("runIptablesCmd(): failed %s res=%d", fullCmd.c_str(), res);
369 if (runIpxtablesCmd(naughtyCmd.c_str(), IptRejectAdd)) {
379 runIpxtablesCmd(naughtyCmd.c_str(), IptRejectAdd);
424 costCString = costString.c_str();
476 costCString = costString.c_str();
536 res |= runIpxtablesCmd(quotaCmd.c_str(), IptRejectAdd);
597 res |= runIpxtablesCmd(quotaCmd.c_str(), IptRejectAdd);
640 res |= runIpxtablesCmd(quotaCmd.c_str(), IptRejectAd
[all...]
H A DCommandListener.cpp1259 sendGenericOpFailed(cli, extraProcessingInfo.c_str());
H A DNetdConstants.cpp41 ALOGE("exec() res=%d for %s", res, args.c_str());
/system/security/keystore/
H A Dkeystore.cpp114 const char* c_str() const { function in class:ValueString
767 *uid = strtol(uidString.c_str(), &end, 10);
1116 ALOGV("get_pubkey '%s' from uid %d", ValueString(keyName).c_str(), uid);
1182 ALOGV("sign %s from uid %d", ValueString(keyName).c_str(), uid);

Completed in 69 milliseconds