/external/compiler-rt/lib/asan/tests/ |
asan_exceptions_test.cc | 9 fprintf(stderr, "%s\n", msg.c_str());
|
/external/google-breakpad/src/common/linux/ |
http_upload.cc | 115 (*curl_easy_setopt)(curl, CURLOPT_URL, url.c_str()); 119 (*curl_easy_setopt)(curl, CURLOPT_PROXY, proxy.c_str()); 121 (*curl_easy_setopt)(curl, CURLOPT_PROXYUSERPWD, proxy_user_pwd.c_str()); 124 (*curl_easy_setopt)(curl, CURLOPT_CAINFO, ca_certificate_file.c_str()); 134 CURLFORM_COPYNAME, iter->first.c_str(), 135 CURLFORM_COPYCONTENTS, iter->second.c_str(), 140 CURLFORM_COPYNAME, file_part_name.c_str(), 141 CURLFORM_FILE, upload_file.c_str(), 176 url.c_str(),
|
/external/google-breakpad/src/common/tests/ |
auto_tempdir.h | 71 DIR* dir = opendir(path.c_str()); 81 EXPECT_TRUE(lstat(entry_path.c_str(), &stats) == 0); 85 EXPECT_TRUE(unlink(entry_path.c_str()) == 0); 88 EXPECT_TRUE(rmdir(path.c_str()) == 0);
|
/external/libchrome/base/files/ |
file_util_posix.cc | 87 if (!realpath(path.value().c_str(), buf)) 99 if (CallLstat(path.value().c_str(), &stat_info) != 0) { 153 char* buffer = const_cast<char*>(tmpdir_string.c_str()); 193 if (realpath(input.value().c_str(), full_path) == NULL) 204 const char* path_str = path.value().c_str(); 228 success = (unlink(current.value().c_str()) == 0); 234 success = (rmdir(dir.value().c_str()) == 0); 243 if (rename(from_path.value().c_str(), to_path.value().c_str()) == 0) 293 if (stat(from_path.value().c_str(), &from_stat) < 0) [all...] |
/external/libchrome/base/test/ |
test_file_util_posix.cc | 29 if (stat(path.value().c_str(), &stat_buf) != 0) 33 int rv = HANDLE_EINTR(chmod(path.value().c_str(), stat_buf.st_mode)); 45 if (stat(path.value().c_str(), &stat_buf) != 0) 67 int rv = HANDLE_EINTR(chmod(path.value().c_str(), *mode));
|
/external/libchrome/base/threading/ |
thread_id_name_manager.cc | 40 return g_default_name->c_str(); 80 return main_process_name_->c_str(); 85 return name_to_interned_name_[kDefaultName]->c_str(); 89 return handle_to_name_iter->second->c_str();
|
/external/libcxx/src/ |
stdexcept.cpp | 30 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/std/input.output/file.streams/fstreams/filebuf.assign/ |
member_swap.pass.cpp | 26 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());
|
move_assign.pass.cpp | 27 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());
|
nonmember_swap.pass.cpp | 28 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/std/input.output/file.streams/fstreams/filebuf.cons/ |
move.pass.cpp | 27 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/std/input.output/file.streams/fstreams/fstream.assign/ |
move_assign.pass.cpp | 26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out 36 std::remove(temp.c_str()); 38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out 48 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/ |
open_pointer.pass.cpp | 27 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out 36 std::remove(temp.c_str()); 40 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out 49 std::remove(temp.c_str());
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
open_string.pass.cpp | 35 std::ifstream fs(temp.c_str()); 40 std::remove(temp.c_str()); 52 std::wifstream fs(temp.c_str()); 57 std::remove(temp.c_str());
|
/external/regex-re2/re2/testing/ |
string_generator_test.cc | 53 for (const char *p = s.c_str(); *p != '\0'; ) { 56 EXPECT_TRUE(utfrune(alphabet.c_str(), r) != NULL); 60 int l = utflen(s.c_str()); 73 int alpha = utflen(alphabet.c_str());
|
/external/skia/samplecode/ |
SamplePdfFileViewer.cpp | 67 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR); 68 name.append(basename ? basename+1: fFilename.c_str()); 69 SampleCode::TitleR(evt, name.c_str()); 84 fPicture = LoadPdf(fFilename.c_str());
|
/external/skia/src/animator/ |
SkDrawText.h | 25 const char* getText() { return text.c_str(); }
|
/external/skia/src/gpu/gl/builders/ |
GrGLShaderStringBuilder.cpp | 37 const GrGLchar* sourceStr = prettySource.c_str(); 50 TRACE_EVENT_SCOPE_THREAD, "shader", TRACE_STR_COPY(shader.c_str())); 74 SkDebugf("%s", GrGLSLPrettyPrint::PrettyPrintGLSL(strings, lengths, count, true).c_str()); 84 SkDebugf("%s", GrGLSLPrettyPrint::PrettyPrintGLSL(strings, lengths, count, true).c_str());
|
/external/skia/src/gpu/vk/ |
GrVkVaryingHandler.cpp | 15 vars[i].setLayoutQualifier(location.c_str());
|
/external/skia/src/svg/parser/ |
SkSVGUse.cpp | 26 const char* start = strchr(f_xlink_href.c_str(), '#') + 1;
|
/external/skia/tests/ |
ParsePathTest.cpp | 16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); 25 SkDebugf("str1=%s\nstr2=%s\n", str.c_str(), str2.c_str()); 87 bool success = SkParsePath::FromSVGString(spec.c_str(), &path);
|
/external/skia/tools/ |
skhello.cpp | 82 SkScalar width = paint.measureText(text.c_str(), text.size()); 99 file.printf("%s%s", path.c_str(), gRec[i].fSuffix); 100 if (!gRec[i].fProc(w, h, file.c_str(), text.c_str(), paint)) {
|
/external/webrtc/webrtc/base/ |
diskcache_win32.cc | 38 HANDLE find_handle = FindFirstFile(path16.c_str(), &find_data); 67 file_op.pFrom = path16.c_str(); 79 DWORD result = ::GetFileAttributes(ToUtf16(filename).c_str()); 84 return ::DeleteFile(ToUtf16(filename).c_str()) != 0;
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_fileutils.cc | 57 FILE* file = fopen(filepath.c_str(), "rb"); 60 BWE_TEST_LOGGING_LOG1("Create", "Can't read file: %s", filepath.c_str()); 86 FILE* file = fopen(filepath.c_str(), "wb"); 89 BWE_TEST_LOGGING_LOG1("Create", "Can't write file: %s", filepath.c_str());
|
/external/webrtc/webrtc/tools/frame_analyzer/ |
video_quality_analysis_unittest.cc | 31 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());
|