HomeSort by relevance Sort by last modified time
    Searched refs:FileExists (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /art/compiler/utils/
assembler_test_base.h 74 if (!FileExists(asm_tool)) {
83 if (!FileExists(objdump_tool)) {
95 if (!FileExists(disassembler_tool)) {
212 bool have_assembler = FileExists(FindTool(assembler_cmd_name_));
247 bool have_objdump = FileExists(FindTool(objdump_cmd_name_));
449 static bool FileExists(const std::string& file) {
  /external/tensorflow/tensorflow/core/grappler/inputs/
file_input_yielder.cc 64 if (!Env::Default()->FileExists(filename).ok()) {
  /external/tensorflow/tensorflow/core/platform/windows/
windows_file_system.h 47 Status FileExists(const string& fname) override;
  /external/tensorflow/tensorflow/core/util/
events_writer.cc 159 if (env_->FileExists(filename_).ok()) {
memmapped_file_system.h 73 Status FileExists(const string& fname) override;
memmapped_file_system_test.cc 107 // Check FileExists.
108 TF_EXPECT_OK(memmapped_env.FileExists(kTensor2FileName));
110 memmapped_env.FileExists("bla-bla-bla").code());
  /external/webrtc/webrtc/base/
diskcache.h 59 virtual bool FileExists(const std::string& filename) const = 0;
diskcache.cc 185 return FileExists(filename);
200 if (!FileExists(filename))
  /sdk/find_java2/FindJava2/
FindJava2.cpp 182 bool exists = javawPath.FileExists() == TRUE; // skip BOOL-to-bool warning
  /system/update_engine/
p2p_manager_unittest.cc 174 EXPECT_EQ(expect, utils::FileExists(file_name.c_str()));
179 EXPECT_TRUE(utils::FileExists(file_name.c_str()));
247 EXPECT_EQ(expect, utils::FileExists(file_name.c_str()));
252 EXPECT_TRUE(utils::FileExists(file_name.c_str()));
main.cc 109 if (utils::FileExists(symlink_path.c_str()) &&
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 232 def FileExists(fileName):
293 if FileExists(sFileName):
482 if FileExists(jetFile.config.filename):
490 if FileExists(segment.filename):
493 if FileExists(segment.output):
499 if FileExists(library):
537 if segment.filename is not None and len(segment.filename) > 0 and not FileExists(segment.filename):
540 if segment.dlsfile is not None and len(segment.dlsfile) > 0 and not FileExists(segment.dlsfile):
588 if not FileExists(midiFile):
  /device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
FsAccess.c 234 BOOLEAN FileExists;
244 NvVarsFileReadCheckup (File, &FileExists, &FileSize);
  /external/tensorflow/tensorflow/contrib/lite/testing/
generated_examples_zip_test.cc 119 TF_CHECK_OK(env->FileExists(unzip_binary));
120 TF_CHECK_OK(env->FileExists(zip));
  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.cc 132 Status RetryingFileSystem::FileExists(const string& fname) {
134 std::bind(&FileSystem::FileExists, base_file_system_.get(), fname),
  /bionic/benchmarks/
bionic_benchmarks.cpp 510 static bool FileExists(const std::string& file) {
537 } else if (!FileExists(opts.xmlpath)) {
540 if (opts.xmlpath[0] == '/' || !FileExists(file)) {
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 62 bool FileExists(const string& path) {
246 if (FileExists(dirnames_[i])) {
255 if (FileExists(dirnames_[i])) {
  /device/google/cuttlefish_common/host/commands/launch/
main.cc 297 bool FileExists(const char* path) {
326 bool data_exists = FileExists(data_image);
370 if (!FileExists(dir)) {
513 if (!FileExists(file.c_str())) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 56 if (!FileExists(filename) && !IsAbsolutePath(filename) &&
  /external/libmojo/third_party/catapult/devil/devil/android/
flag_changer.py 132 assert not self._device.FileExists(self._cmdline_file), (
  /external/libmojo/third_party/catapult/devil/devil/android/perf/
perf_control.py 27 self._have_mpdecision = self._device.FileExists('/system/bin/mpdecision')
  /external/tensorflow/tensorflow/core/kernels/
whole_file_read_ops.cc 138 if (!context->env()->FileExists(dir).ok()) {
  /external/webrtc/webrtc/test/testsupport/
fileutils_unittest.cc 97 ASSERT_TRUE(webrtc::test::FileExists(temp_filename))
  /system/update_engine/payload_generator/
mapfile_filesystem.cc 59 if (!utils::FileExists(mapfile_filename.c_str())) {
payload_generation_config.cc 37 TEST_AND_RETURN_FALSE(utils::FileExists(path.c_str()));

Completed in 433 milliseconds

1 23 4 5 6 7