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

  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify10.c 82 const char *ignore_path; member in struct:tcase
179 tc->ignore_path);
187 tc->ignore_path);
  /art/build/apex/
art_apex_test.py 251 def ignore_path(self, path_glob): member in class:Checker
309 self.ignore_path('lib/%s.so' % basename_glob)
329 self.ignore_path('lib64/%s.so' % basename_glob)
352 self.ignore_path('lib/%s.so' % basename_glob)
353 self.ignore_path('lib64/%s.so' % basename_glob)
485 self._checker.ignore_path('lib/arm')
486 self._checker.ignore_path('lib/arm64')

Completed in 66 milliseconds