HomeSort by relevance Sort by last modified time
    Searched full:fileexists (Results 126 - 150 of 591) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tensorflow/tensorflow/core/util/
memmapped_file_system.cc 83 Status MemmappedFileSystem::FileExists(const string& fname) {
  /external/tensorflow/tensorflow/docs_src/extend/
add_filesys.md 61 implementing standard filesystem operations such as `FileExists`, `IsDirectory`,
  /sdk/find_java/src/source/
utils.h 268 bool fileExists() const {
  /art/dexlayout/
dexlayout_test.cc 264 EXPECT_TRUE(OS::FileExists(dexdump.c_str())) << dexdump << " should be a valid file path";
539 CHECK(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 473 if ((filename == nullptr) || !OS::FileExists(filename)) {
648 if ((filename == nullptr) || !OS::FileExists(filename)) {
    [all...]
  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 708 boolean fileExists = mFile.exists();
718 if (fileExists) {
  /external/libxml2/win32/
configure.js 183 if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {
643 var f = fso.FileExists(new_makefile);
653 var f = fso.FileExists(configh);
  /external/chromium-trace/catapult/devil/devil/android/
forwarder.py 467 if not device.FileExists(Forwarder._DEVICE_FORWARDER_PATH):
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 250 if self._device.FileExists(self.path):
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 105 if (!FileExists(path_)) {
  /external/flatbuffers/include/flatbuffers/
util.h 142 bool FileExists(const char *name);
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 246 if self._device.FileExists(self.path):
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 90 bool FileExists(const string& path) {
256 if (FileExists(temp_directory_)) {
282 if (FileExists(temp_directory_)) {
373 if (!FileExists(temp_directory_ + "/" + dir)) {
    [all...]
  /external/tensorflow/tensorflow/core/platform/
file_system_test.cc 34 Status FileExists(const string& fname) override {
  /external/tensorflow/tensorflow/core/platform/hadoop/
hadoop_file_system.cc 362 Status HadoopFileSystem::FileExists(const string& fname) {
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.cc 383 Status WindowsFileSystem::FileExists(const string& fname) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/ReaderWriter/
MachOLinkingContext.h 212 bool fileExists(StringRef path) const;

Completed in 5958 milliseconds

1 2 3 4 56 7 8 91011>>