Home
last modified time | relevance | path

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

/external/webrtc/tools_webrtc/presubmit_checks_lib/
Dcheck_orphan_headers_test.py32 file_exists = lambda p: p == _GetPath('home', 'projects', 'webrtc', 'base', function
43 file_exists = lambda p: p == _GetPath('home', 'projects', 'webrtc', function
54 file_exists = lambda p: False function
62 file_exists = lambda p: False function
/external/pytorch/c10/test/util/
Dtempfile_test.cpp7 static bool file_exists(const char* path) { in file_exists() function
16 static bool file_exists(const char* path) { in file_exists() function
/external/python/pyfakefs/pyfakefs/tests/
Dimport_as_example.py46 def check_if_exists4(filepath, file_exists=my_os.path.exists): argument
125 def check_if_exists(self, filepath, file_exists=my_os.path.exists): argument
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
Dfile_helper.h107 static bool file_exists(const filename_t& name) in file_exists() function
Dos.h177 inline bool file_exists(const filename_t& filename) in file_exists() function
/external/cronet/stable/net/test/url_request/
Durl_request_test_job_backed_by_file.h99 bool file_exists = false; member
/external/cronet/tot/net/test/url_request/
Durl_request_test_job_backed_by_file.h99 bool file_exists = false; member
/external/bcc/src/cc/frontends/clang/
Dkbuild_helper.cc143 static inline int file_exists(const char *f) in file_exists() function
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py32 def file_exists(path): function
/external/google-breakpad/src/processor/
Dsimple_symbol_supplier.cc58 static bool file_exists(const string& file_name) { in file_exists() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h45 file_exists = int(std::errc::file_exists), enumerator
/external/llvm/include/llvm/Support/
DErrc.h45 file_exists = int(std::errc::file_exists), enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrc.h44 file_exists = int(std::errc::file_exists), enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DErrc.h44 file_exists = int(std::errc::file_exists), enumerator
/external/ComputeLibrary/src/graph/backends/CL/
DCLDeviceBackend.cpp56 bool file_exists(const std::string &filename) in file_exists() function
/external/pytorch/torch/csrc/inductor/aoti_runner/
Dmodel_container_runner.cpp22 bool file_exists(std::string& path) { in file_exists() function
/external/pytorch/torch/csrc/distributed/c10d/control_plane/
DWorkerServer.cpp81 bool file_exists(const std::string& path) { in file_exists() function
/external/ComputeLibrary/tests/
Dmain.cpp88 bool file_exists(const std::string &filename) in file_exists() function
/external/sdv/vsomeip/third_party/boost/system/include/boost/system/
Dwindows_error.hpp81 file_exists = boost::winapi::ERROR_FILE_EXISTS_, enumerator
/external/sdv/vsomeip/third_party/boost/system/include/boost/system/detail/
Derrc.hpp47 file_exists = EEXIST, enumerator
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_dataset_op.cc670 bool file_exists; in InitializeIterator() local
687 bool file_exists; in InitializeIterator() local
1135 bool file_exists; in GetNextInternal() local
1176 bool file_exists; in RestoreInternal() local
2084 bool file_exists; in ProcessOneElement() local
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py297 def file_exists(filename): function
/external/tensorflow/tensorflow/core/data/
Dsnapshot_utils.cc957 bool* file_exists) { in ReadMetadataFile()
981 Status DetermineOpState(const std::string& mode_string, bool file_exists, in DetermineOpState()
/external/pytorch/torch/csrc/inductor/aoti_torch/
Dshim_common.cpp81 bool file_exists(std::string& path) { in file_exists() function
/external/icing/icing/
Dicing-search-engine.cc556 bool file_exists = filesystem_->FileExists(marker_filepath.c_str()); in CheckInitMarkerFile() local