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

  /external/oprofile/libabi/tests/
abi_test.cpp 61 int rc = odb_open(&dest, db_filename.c_str(), ODB_RDWR,
  /external/oprofile/libdb/tests/
db_test.c 53 rc = odb_open(&hash, TEST_FILENAME, ODB_RDWR, sizeof(struct opd_header));
95 rc = odb_open(&hash, TEST_FILENAME, ODB_RDWR, sizeof(struct opd_header));
  /external/oprofile/libdb/
odb.h 102 ODB_RDWR = 1 /**< open for read and/or write */
db_manage.c 184 int flags = (rw == ODB_RDWR) ? (O_CREAT | O_RDWR) : O_RDONLY;
185 int mmflags = (rw == ODB_RDWR) ? (PROT_READ | PROT_WRITE) : PROT_READ;
  /external/oprofile/daemon/liblegacy/
opd_sample_files.c 127 err = odb_open(&sfile->sample_file, mangled, ODB_RDWR,
  /external/oprofile/daemon/
opd_mangling.c 165 err = odb_open(file, mangled, ODB_RDWR, sizeof(struct opd_header));
  /external/oprofile/libabi/
opimport.cpp 210 rc = odb_open(&dest, output_filename.c_str(), ODB_RDWR,

Completed in 526 milliseconds