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

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 159 uptr openrv = internal_open(name, O_RDWR | O_CREAT | O_EXCL, 0600); local
160 if (internal_iserror(openrv))
163 fd_t fd = openrv;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 745 uptr openrv = internal_open(task_directory_path, O_RDONLY | O_DIRECTORY); local
746 if (internal_iserror(openrv)) {
751 descriptor_ = openrv;
    [all...]

Completed in 105 milliseconds