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

  /external/ltp/testcases/kernel/syscalls/mkdirat/
mkdirat02.c 45 static int cur_fd = AT_FDCWD; variable
57 {&cur_fd, TEST_FILE1, EROFS},
59 {&cur_fd, test_file2, ELOOP},
  /art/runtime/base/unix_file/
fd_file.cc 359 int cur_fd = TEMP_FAILURE_RETRY(open(file_path_.c_str(), O_RDONLY)); local
360 if (cur_fd > 0) {
362 if (fstat(fd_, &this_stat) == 0 && fstat(cur_fd, &current_stat) == 0) {
366 close(cur_fd);

Completed in 2606 milliseconds