HomeSort by relevance Sort by last modified time
    Searched full:c_str (Results 826 - 850 of 3714) sorted by null

<<31323334353637383940>>

  /system/core/base/
utf8.cpp 93 return WideToUTF8(utf16.c_str(), utf16.length(), utf8);
153 return UTF8ToWide(utf8.c_str(), utf8.length(), utf16);
173 return _wopen(name_utf16.c_str(), flags, mode);
182 return _wunlink(name_utf16.c_str());
  /system/core/bootstat/
uptime_parser.cpp 35 return static_cast<time_t>(strtod(uptime_str.c_str(), NULL));
  /system/core/debuggerd/test/
property_fake.cpp 41 strncpy(value, g_properties[key].c_str(), PROP_VALUE_MAX-1);
  /system/core/fastboot/
fs.cpp 22 make_ext4fs_sparse_fd_directory(fd, partSize, NULL, NULL, initial_dir.c_str());
  /system/core/init/
util_test.cpp 36 EXPECT_STREQ("Linux", s.c_str());
  /system/extras/ext4_utils/
ext4_crypt_init_extensions.cpp 67 if (ensure_dir_exists(unencrypted_dir.c_str())) {
69 unencrypted_dir.c_str(),
152 int result = e4crypt_policy_ensure(dir, policy.c_str(), policy.length(),
153 contents_encryption_mode.c_str());
  /system/netd/server/
DumpWriter.cpp 53 write(mFd, line.c_str(), line.size());
  /system/tools/aidl/tests/
simple_parcelable.cpp 30 : name_(name.c_str(), name.length()),
  /system/update_engine/
omaha_request_params.cc 97 delta_okay_ = (stat((root_ + "/.nodelta").c_str(), &stbuf) < 0) &&
158 new_target_channel.c_str(), valid_channels.c_str());
197 test::SetImagePropertiesRootPrefix(root_.c_str());
  /system/vold/
AutoCloseFD.h 33 AutoCloseFD(path.c_str(), flags, mode) {}
MoveTask.cpp 60 StringPrintf("%d", progress).c_str(), false);
64 DIR* dir = opendir(path.c_str());
74 cmd.push_back(StringPrintf("%s/%s", path.c_str(), ent->d_name));
135 cmd.push_back(toPath.c_str());
  /system/vold/fs/
Ext4.cpp 71 const char* c_source = source.c_str();
72 const char* c_target = target.c_str();
134 const char* c_source = source.c_str();
135 const char* c_target = target.c_str();
  /system/webservd/webservd/
utils.cc 77 reinterpret_cast<const unsigned char*>(common_name.c_str()),
134 BIO_new_file(file.value().c_str(), "w"), BIO_vfree};
141 BIO_new_file(file.value().c_str(), "r"), BIO_vfree};
181 if_name.c_str(), if_name.size()) < 0) {
log_manager.cc 151 base::StringPrintf("%s-%c.%s", pair.first.c_str(),
152 suffix, pair.second.c_str()));
203 "%s - - [%s] \"%s %s %s\" %d %s\n", ip_address.c_str(), str_buf,
204 method.c_str(), url.c_str(), version.c_str(), status_code,
205 size_string.c_str());
  /toolchain/binutils/binutils-2.25/gold/
nacl.cc 43 gold_error(_("%s: %s"), this->file_.filename().c_str(), buf);
  /external/boringssl/src/crypto/test/
file_test.cc 69 PrintLine("Unused attribute: %s", key.c_str());
182 PrintLine("Missing attribute '%s'.", key.c_str());
224 PrintLine("Error decoding value: %s", value.c_str());
231 PrintLine("Error decoding value: %s", value.c_str());
259 PrintLine("Expected: %s", expected_hex.c_str());
260 PrintLine("Actual: %s", actual_hex.c_str());
304 t.GetAttributeOrDie("Error").c_str(),
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 185 const tcu::DirArchive srcArchive (dstPath.c_str());
199 tcu::print("%s\n", casePath.c_str());
233 tcu::print("ERROR: validation failed for %s\n", program.id.programName.c_str());
234 tcu::print("%s\n", validationLog.str().c_str());
242 tcu::print("ERROR: failed to build %s\n", program.id.programName.c_str());
243 tcu::print("%s\n", program.buildLog.c_str());
300 deqpArgv.push_back(cmdLine.getOption<opt::Cases>().c_str());
  /external/deqp/modules/gles3/functional/
es3fIntegerStateQueryTests.cpp     [all...]
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 144 ret = glob(pattern.c_str(), GLOB_NOSORT, NULL, &dirContents);
202 EXPECT_EQ(0, stat(last_dump_name.c_str(), &st));
247 EXPECT_EQ(0, stat(last_dump_name.c_str(), &st));
251 Minidump minidump(last_dump_name.c_str());
296 helper_path.c_str(),
311 EXPECT_EQ(0, stat(last_dump_name.c_str(), &st));
330 Minidump minidump(last_dump_name.c_str());
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 201 Args.push_back(tool.c_str());
203 Args.push_back(tool.c_str());
206 Args.push_back(OutputFilename.c_str());
208 Args.push_back(OptArgs[i].c_str());
219 Args.push_back(I->c_str());
220 Args.push_back(InputFilename.c_str());
246 sys::fs::remove(InputFilename.c_str());
  /external/skia/bench/
GLVec4ScalarBench.cpp 54 return fName.c_str();
148 fsOutName = oFragColor.c_str();
162 oColor.getName().c_str(),
176 oPosition.getName().c_str(), centerX, centerY,
189 return CreateProgram(gl, vshaderTxt.c_str(), fshaderTxt.c_str());
278 DumpImage(gl, kScreenWidth, kScreenHeight, filename.c_str());
  /external/skia/src/animator/
SkAnimateMaker.cpp 101 // SkStream* stream = SkStream::GetURIStream(fPrefix.c_str(), uri);
192 const char* name = nameStr.c_str();
292 fErrorString.set(fFileName.c_str());
305 SkDebugf("%s\n", fErrorString.c_str());
323 SkDebugf("%s\n", debugOut.c_str());
349 fIDs.set(newID.c_str(), displayable);
352 displayable->id = displayable->_id.c_str();
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 63 source_file_ = fopen(input_file_name.c_str(), "rb");
133 source_file2 = fopen(out_name.c_str(), "rb");
173 source_file2 = fopen(out_name.c_str(), "rb");
205 source_file2 = fopen(out_name.c_str(), "rb");
262 source_file2 = fopen(out_name.c_str(), "rb");
302 output_file = fopen(out_name.c_str(), "rb");
349 output_file = fopen(out_name.c_str(), "wb");
  /frameworks/rs/
rsScriptC.cpp 100 statReturn = stat(currentDir.c_str(), &statBuf);
104 if (mkdir(currentDir.c_str(), S_IRUSR | S_IWUSR | S_IXUSR)) {
106 currentDir.c_str());
209 ATRACE_NAME(ss.str().c_str());
293 FILE *fp = fopen(f.c_str(), "w");
295 ALOGE("Could not open %s", f.c_str());
302 ALOGE("Could not write %s", f.c_str());
  /system/extras/verity/fec/
main.cpp 188 fec_filename.c_str());
193 INFO("\t%zu: '%s'\n", n++, fn.c_str());
231 inp_filename.c_str(), ctx.rs_n, fec_filename.c_str());
236 inp_filename.c_str(),
237 out_filename.empty() ? out_filename.c_str() : "<none>", ctx.rs_n,
238 fec_filename.c_str());

Completed in 440 milliseconds

<<31323334353637383940>>