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

  /external/pdfium/core/fpdfapi/parser/
cpdf_linearized_header.cpp 28 bool must_exist = true) {
30 return !must_exist;
  /external/tensorflow/tensorflow/stream_executor/
temporary_memory_manager.cc 38 const DeviceMemoryBase& device_memory, uint64 generation, bool must_exist) {
42 if (must_exist) {
temporary_memory_manager.h 76 // If must_exist is set, this will check-fail if the temporary memory record
79 bool 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/valgrind/perf/
vg_perf 124 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
130 if ($must_exist) {
vg_perf.in 124 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
130 if ($must_exist) {
  /external/valgrind/tests/
vg_regtest 211 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
217 if ($must_exist) {
vg_regtest.in 211 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
217 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...]

Completed in 220 milliseconds