HomeSort by relevance Sort by last modified time
    Searched refs:c_str (Results 251 - 275 of 5892) sorted by null

<<11121314151617181920>>

  /external/google-benchmark/cmake/
gnu_posix_regex.cpp 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
posix_regex.cpp 10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
  /external/google-breakpad/src/common/linux/
crc32.h 48 return ComputeCrc32(str.c_str(), str.size());
  /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/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 82 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/googletest/googletest/src/
gtest-filepath.cc 137 const char* const last_sep = strrchr(c_str(), kPathSeparator);
139 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
170 dir = std::string(c_str(), last_sep + 1 - c_str());
211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
266 const char* const name = pathname_.c_str();
    [all...]
  /external/libchrome/base/test/
test_file_util_linux.cc 18 ScopedFD fd(open(file.value().c_str(), O_RDONLY));
  /external/libcxx/src/
stdexcept.cpp 28 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
56 return __imp_.c_str();
61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
90 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 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());
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 28 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
53 std::remove(temp.c_str());
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
pointer.pass.cpp 70 s_short.append(s_short.c_str());
72 s_short.append(s_short.c_str());
74 s_short.append(s_short.c_str());
77 s_long.append(s_long.c_str());
  /external/libcxx/utils/google-benchmark/cmake/
gnu_posix_regex.cpp 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
posix_regex.cpp 10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
  /external/libmojo/mojo/public/cpp/test_support/
test_support.h 25 return MojoTestSupportOpenSourceRootRelativeFile(relative_path.c_str());
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 137 const char* const last_sep = strrchr(c_str(), kPathSeparator);
139 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
170 dir = std::string(c_str(), last_sep + 1 - c_str());
211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
266 const char* const name = pathname_.c_str();
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/common/
file_util.cc 57 if (stat(file_name.c_str(), &st) == 0) {
61 if (_stat(file_name.c_str(), &st) == 0) {
71 std::ifstream file(file_name_.c_str());
74 std::remove(file_name_.c_str());
  /external/llvm/bindings/go/llvm/
SupportBindings.cpp 24 static_cast<const void *>(ErrMsgStr.c_str()), ErrMsgStr.size() + 1);
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 82 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/src/
gtest-filepath.cc 132 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/pdfium/xfa/fxfa/
cxfa_linkuserdata.h 19 const wchar_t* GetLinkURL() const { return m_wsURLContent.c_str(); }
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 82 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/skia/gm/
orientation.cpp 24 auto image = GetResourceAsImage(path.c_str());
  /external/skia/samplecode/
SamplePdfFileViewer.cpp 64 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR);
65 name.append(basename ? basename+1: fFilename.c_str());
66 SampleCode::TitleR(evt, name.c_str());
81 fPicture = LoadPdf(fFilename.c_str());

Completed in 865 milliseconds

<<11121314151617181920>>