/third_party/boost/libs/nowide/test/ |
D | test_stdio.cpp | 19 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()
|
D | test_fstream.cpp | 28 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/ |
D | skia_launcher.cpp | 17 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/ |
D | skia_launcher.cpp | 17 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/ |
D | BUILD.gn | 11 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/ |
D | error_code_test.cpp | 113 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/ |
D | Errc.h | 45 file_exists = int(std::errc::file_exists), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Errc.h | 44 file_exists = int(std::errc::file_exists), enumerator
|
D | GraphWriter.h | 342 if (EC == std::errc::file_exists) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 154 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError() 169 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
|
D | Path.cpp | 198 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/ |
D | ErrorHandling.cpp | 246 MAP_ERR_TO_COND(ERROR_ALREADY_EXISTS, file_exists); in mapWindowsError() 261 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
|
D | LockFileManager.cpp | 226 if (EC != errc::file_exists) { in LockFileManager()
|
D | Path.cpp | 188 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/ |
D | system_category_posix.hpp | 45 file_exists, in is_generic_value()
|
D | system_category_win32.hpp | 258 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/ |
D | windows_error.hpp | 91 file_exists = boost::winapi::ERROR_FILE_EXISTS_, enumerator
|
D | error_code.hpp | 82 file_exists = EEXIST, enumerator
|
/third_party/grpc/src/php/lib/Grpc/ |
D | BaseStub.php | 89 if (!file_exists($composerFile = __DIR__.'/../../composer.json')) {
|
/third_party/flatbuffers/samples/ |
D | SampleBinary.php | 28 if (file_exists($file)) {
|
/third_party/glib/gio/tests/ |
D | live-g-file.c | 363 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/ |
D | PHPUsage.md | 63 if (file_exists($file)) {
|
/third_party/boost/boost/beast/core/impl/ |
D | file_stdio.ipp | 127 ec = make_error_code(errc::file_exists);
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | file_stdio.ipp | 127 ec = make_error_code(errc::file_exists);
|
/third_party/boost/libs/interprocess/proj/ |
D | to-do.txt | 199 if(file_exists(file)){
|