Searched refs:c_str (Results 176 - 200 of 4468) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/base/
H A Dcrc32.h29 return ComputeCrc32(str.c_str(), str.size());
H A Ddiskcache_win32.cc37 HANDLE find_handle = FindFirstFile(path16.c_str(), &find_data);
66 file_op.pFrom = path16.c_str();
78 DWORD result = ::GetFileAttributes(ToUtf16(filename).c_str());
83 return ::DeleteFile(ToUtf16(filename).c_str()) != 0;
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dframe_reader.cc37 input_file_ = fopen(input_filename_.c_str(), "rb");
40 input_filename_.c_str());
46 fprintf(stderr, "Found empty file: %s\n", input_filename_.c_str());
72 input_filename_.c_str());
H A Dframe_reader_unittest.cc31 remove(kInputFilename.c_str());
34 FILE* dummy = fopen(kInputFilename.c_str(), "wb");
35 fprintf(dummy, "%s", kInputFileContents.c_str());
44 remove(kInputFilename.c_str());
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/
H A Dvideo_quality_analysis_unittest.cc31 logfile_ = fopen(log_filename.c_str(), "w");
62 remove(stats_filename.c_str());
71 stats_file.open(stats_filename.c_str());
79 stats_file.open(stats_filename.c_str());
/external/chromium_org/third_party/webrtc/tools/frame_editing/
H A Dframe_editing_lib.cc32 FILE* in_fid = fopen(in_path.c_str() , "rb");
34 fprintf(stderr, "Could not read input file: %s.\n", in_path.c_str());
43 FILE* out_fid = fopen(out_path.c_str(), "wb");
46 fprintf(stderr, "Could not open output file: %s.\n", out_path.c_str());
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dfake_stdin.cc19 fwrite(input.c_str(), sizeof(char), input.size(), fake_stdin));
/external/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cc9 fprintf(stderr, "%s\n", msg.c_str());
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_nolibc_test.cc27 int status = system(NolibcTestPath.c_str());
/external/eigen/bench/spbench/
H A Dspbenchsolver.cpp50 statbuf.open(statFile.c_str(), std::ios::out);
65 tol = atof(inval.c_str());
67 maxiters = atoi(inval.c_str());
78 statbuf.open(statFile.c_str(), std::ios::app);
/external/gtest/src/
H A Dgtest-filepath.cc132 const char* const last_sep = strrchr(c_str(), kPathSeparator);
134 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
165 dir = std::string(c_str(), last_sep + 1 - c_str());
206 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
212 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
230 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
239 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
261 const char* const name = pathname_.c_str();
[all...]
/external/libcxx/src/
H A Dstdexcept.cpp30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
58 return __imp_.c_str();
63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
92 return __imp_.c_str();
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
H A Dmember_swap.pass.cpp26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
38 std::remove(temp.c_str());
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
53 std::remove(temp.c_str());
H A Dmove_assign.pass.cpp27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
39 std::remove(temp.c_str());
42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
54 std::remove(temp.c_str());
H A Dnonmember_swap.pass.cpp28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
40 std::remove(temp.c_str());
43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
55 std::remove(temp.c_str());
/external/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
H A Dmove.pass.cpp27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
38 std::remove(temp.c_str());
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in
52 std::remove(temp.c_str());
/external/libcxx/test/utilities/optional/optional.bad_optional_access/
H A Dstring.pass.cpp27 assert(std::strcmp(e.what(), s.c_str()) == 0);
/external/llvm/unittests/ADT/
H A DFoldingSet.cpp33 b.AddString(str2.c_str() + 1);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
/external/openfst/src/extensions/far/
H A Dstlist.cc22 ifstream strm(filename.c_str());
H A Dsttable.cc22 ifstream strm(filename.c_str());
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
/external/qemu/android/
H A Dcpu_accelerator.cpp28 *status_p = ASTRDUP(status.c_str());
/external/skia/dm/
H A DDMWriteTask.cpp34 const int totalSuffixLength = split_suffixes(suffixes, name.c_str(), suffixList);
35 return SkString(name.c_str(), name.size() - totalSuffixLength);
52 if (!sk_mkdir(dir.c_str())) {
134 dir = SkOSPath::SkPathJoin(dir.c_str(), fSuffixes[i].c_str());
138 SkString path = SkOSPath::SkPathJoin(dir.c_str(), fGmName.c_str());
141 const bool ok = fData.get() ? save_data_to_file(fData, path.c_str())
142 : PngAndRaw::Encode(fBitmap, path.c_str());
151 name.appendf("%s/", fSuffixes[i].c_str());
[all...]

Completed in 478 milliseconds

1234567891011>>