HomeSort by relevance Sort by last modified time
    Searched refs:FileExists (Results 1 - 25 of 33) sorted by null

1 2

  /art/runtime/
os.h 45 static bool FileExists(const char* name);
os_linux.cc 51 bool OS::FileExists(const char* name) {
oat_file_assistant_test.cc 62 ASSERT_TRUE(OS::FileExists(GetImageFile().c_str()))
64 ASSERT_TRUE(OS::FileExists(GetDexSrc1().c_str()))
66 ASSERT_TRUE(OS::FileExists(GetStrippedDexSrc1().c_str()))
70 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str()))
    [all...]
common_runtime_test.cc 109 if (!OS::FileExists(filename_.c_str())) {
  /external/gtest/test/
gtest_premature_exit_test.cc 54 static bool FileExists(const char* filepath) {
71 return FileExists(premature_exit_file_path_);
132 if (PrematureExitTest::FileExists(filepath)) {
  /external/webrtc/test/testsupport/
fileutils.cc 113 bool FileExists(std::string file_name) {
137 if (FileExists(resource_file)) {
142 if (FileExists(resource_file)) {
147 if (FileExists(resource_file)) {
  /art/imgdiag/
imgdiag_test.cc 69 if (OS::FileExists(root32.c_str()) && !Is64BitInstructionSet(kRuntimeISA)) {
83 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
  /art/compiler/utils/
assembler_test_base.h 70 if (!FileExists(FindTool(assembler_cmd_name_))) {
75 if (!FileExists(FindTool(objdump_cmd_name_))) {
83 if (!FileExists(FindTool(disassembler_cmd_name_))) {
195 bool have_assembler = FileExists(FindTool(assembler_cmd_name_));
230 bool have_objdump = FileExists(FindTool(objdump_cmd_name_));
429 static bool FileExists(std::string file) {
  /system/extras/perfprofd/quipper/
perf_utils.h 93 bool FileExists(const string& filename);
  /art/oatdump/
oatdump_test.cc 64 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path";
  /sdk/find_java2/FindJava2/
FindJava2.cpp 182 bool exists = javawPath.FileExists() == TRUE; // skip BOOL-to-bool warning
  /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):
JetFile.py 255 if not FileExists(self.config_file):
483 if FileExists(library):
680 if FileExists(segment.dlsfile):
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 56 if (!FileExists(filename) && !IsAbsolutePath(filename) &&
sanitizer_symbolizer_process_libcdep.cc 107 if (!FileExists(path_)) {
sanitizer_mac.cc 148 bool FileExists(const char *filename) {
sanitizer_posix.cc 336 if (FileExists(buffer.data()))
sanitizer_common.h 242 bool FileExists(const char *filename);
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 84 bool &FileExists);
315 bool &FileExists) {
380 FileExists = File != nullptr;
  /art/cmdline/
cmdline.h 48 if (OS::FileExists(system_filename.c_str())) {
  /external/libxml2/win32/
configure.js 183 if (useCvsVer && fso.FileExists("..\\CVS\\Entries")) {
631 var f = fso.FileExists(new_makefile);
641 var f = fso.FileExists(configh);
  /art/patchoat/
patchoat.cc 60 if (OS::FileExists(system_filename.c_str())) {
    [all...]
  /art/runtime/native/
dalvik_system_DexFile.cc 304 if ((filename == nullptr) || !OS::FileExists(filename)) {
  /sdk/find_java2/src/
JavaFinder.cpp 226 if (inOutPath->FileExists()) {
  /art/runtime/gc/space/
image_space.cc 247 if (OS::FileExists(system_image_filename.c_str())) {
269 *has_cache = OS::FileExists(cache_filename->c_str());
    [all...]

Completed in 410 milliseconds

1 2