HomeSort by relevance Sort by last modified time
    Searched refs:must_exist (Results 1 - 12 of 12) sorted by null

  /external/lldb/include/lldb/Core/
State.h 53 /// yet. The \a must_exist argument tells us which of these cases is
59 /// @param[in] must_exist
65 /// where the process or thread is stopped. If \a must_exist is
71 StateIsStoppedState (lldb::StateType state, bool must_exist);
  /external/lldb/source/Core/
State.cpp 92 lldb_private::StateIsStoppedState (StateType state, bool must_exist)
107 return !must_exist;
  /external/lldb/test/functionalities/register/
TestRegisters.py 113 def write_and_restore(self, frame, register, must_exist = True):
115 if must_exist:
132 def vector_write_and_read(self, frame, register, new_value, must_exist = True):
134 if must_exist:
  /system/extras/tests/sdcard/
sysutil.cpp 77 int readStringFromFile(const char *filename, char *const start, size_t size, bool must_exist=true)
88 if (ENOENT != errno || must_exist)
146 int writeStringToFile(const char *filename, const char *start, bool must_exist=true)
153 if (ENOENT != errno || must_exist)
  /external/lldb/source/Symbol/
ObjectFile.cpp 89 const bool must_exist = true; local
90 if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist))
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist)
585 if (must_exist && !archive_file.Exists())
  /external/valgrind/perf/
vg_perf.in 122 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
128 if ($must_exist) {
  /external/lldb/include/lldb/Symbol/
ObjectFile.h 224 bool must_exist);
  /external/valgrind/tests/
vg_regtest.in 205 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
211 if ($must_exist) {
  /external/ppp/pppd/
pppd.h 500 pid_t run_program __P((char *prog, char **args, int must_exist,
701 int options_from_file __P((char *filename, int must_exist, int check_prot,
    [all...]
main.c     [all...]
options.c 409 options_from_file(filename, must_exist, check_prot, priv)
411 int must_exist;
436 if (!must_exist) {
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 494 const bool must_exist = true; local
499 must_exist))
    [all...]

Completed in 1279 milliseconds