Home
last modified time | relevance | path

Searched refs:file_exists (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/libs/nowide/test/
Dtest_stdio.cpp19 bool file_exists(const std::string& filename) in file_exists() function
75 TEST(file_exists(filename)); in test_main()
77 TEST(!file_exists(filename)); in test_main()
82 TEST(!file_exists(filename)); in test_main()
84 TEST(!file_exists(filename)); in test_main()
136 TEST(file_exists(filename)); in test_main()
137 TEST(!file_exists(filename2)); in test_main()
139 TEST(!file_exists(filename)); in test_main()
140 TEST(file_exists(filename2)); in test_main()
Dtest_fstream.cpp28 bool file_exists(const char* filepath) in file_exists() function
152 TEST(!file_exists(filepath2.c_str()) || nw::remove(filepath2.c_str()) == 0); in test_close()
153 TEST(!file_exists(filepath2.c_str())); in test_close()
163 TEST(!file_exists(filepath2.c_str())); in test_close()
167 TEST(file_exists(filepath2.c_str())); in test_close()
199 TEST(!file_exists(filename) || nw::remove(filename) == 0); in test_ofstream_creates_file()
200 TEST(!file_exists(filename)); in test_ofstream_creates_file()
206 TEST(file_exists(filename)); in test_ofstream_creates_file()
215 TEST(file_exists(filename)); in test_ofstream_creates_file()
351 TEST(!file_exists(filename) || nw::remove(filename) == 0); in test_fstream()
[all …]
/third_party/flutter/skia/platform_tools/android/launcher/
Dskia_launcher.cpp17 bool file_exists(const char* fileName) { in file_exists() function
36 if (!file_exists(libraryLocation)) { in load_library()
65 if (!file_exists(appLocation)) { in main()
/third_party/skia/platform_tools/android/launcher/
Dskia_launcher.cpp17 bool file_exists(const char* fileName) { in file_exists() function
36 if (!file_exists(libraryLocation)) { in load_library()
65 if (!file_exists(appLocation)) { in main()
/third_party/skia/build/fuchsia/
DBUILD.gn11 manifest_exists = exec_script("${skia_root_dir}/build/fuchsia/file_exists",
17 [ "${skia_root_dir}/build/fuchsia/file_exists" ])
/third_party/boost/libs/system/test/
Derror_code_test.cpp113 error_condition x1( errc::file_exists ); in main()
115 make_error_code(errc::file_exists); in main()
116 make_error_condition(errc::file_exists); in main()
255 BOOST_TEST( ec == errc::file_exists ); in main()
256 BOOST_TEST( ec.default_error_condition().value() == errc::file_exists ); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h45 file_exists = int(std::errc::file_exists), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrc.h44 file_exists = int(std::errc::file_exists), enumerator
DGraphWriter.h342 if (EC == std::errc::file_exists) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp154 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
169 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
DPath.cpp198 if (EC == errc::file_exists) in createUniqueEntity()
219 if (EC == errc::file_exists) in createUniqueEntity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp246 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError()
261 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
DLockFileManager.cpp226 if (EC != errc::file_exists) { in LockFileManager()
DPath.cpp188 if (EC == errc::file_exists || EC == errc::permission_denied) in createUniqueEntity()
208 if (EC == errc::file_exists) in createUniqueEntity()
/third_party/boost/boost/system/detail/
Dsystem_category_posix.hpp45 file_exists, in is_generic_value()
Dsystem_category_win32.hpp258 case ERROR_ALREADY_EXISTS_: return make_error_condition( file_exists ); in system_category_default_error_condition_win32()
274 case ERROR_FILE_EXISTS_: return make_error_condition( file_exists ); in system_category_default_error_condition_win32()
/third_party/boost/boost/system/
Dwindows_error.hpp91 file_exists = boost::winapi::ERROR_FILE_EXISTS_, enumerator
Derror_code.hpp82 file_exists = EEXIST, enumerator
/third_party/grpc/src/php/lib/Grpc/
DBaseStub.php89 if (!file_exists($composerFile = __DIR__.'/../../composer.json')) {
/third_party/flatbuffers/samples/
DSampleBinary.php28 if (file_exists($file)) {
/third_party/glib/gio/tests/
Dlive-g-file.c363 file_exists (GFile * parent, const char *filename, gboolean * result) in file_exists() function
521 child = file_exists (root, item.filename, &res); in test_initial_structure()
540 child = file_exists (root, "pattern_file", &res); in test_initial_structure()
1143 child = file_exists (root, item.filename, &res); in test_delete()
/third_party/flatbuffers/docs/source/
DPHPUsage.md63 if (file_exists($file)) {
/third_party/boost/boost/beast/core/impl/
Dfile_stdio.ipp127 ec = make_error_code(errc::file_exists);
/third_party/boost/libs/beast/include/boost/beast/core/impl/
Dfile_stdio.ipp127 ec = make_error_code(errc::file_exists);
/third_party/boost/libs/interprocess/proj/
Dto-do.txt199 if(file_exists(file)){

12