Home
last modified time | relevance | path

Searched refs:ignore_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/build/apex/
H A Dart_apex_test.py259 def ignore_path(self, path_glob): member in Checker
265 self.ignore_path('%s/%s/%s' % (ART_TEST_DIR, arch, filename))
329 self.ignore_path('lib/%s.so' % basename_glob)
356 self.ignore_path('lib64/%s.so' % basename_glob)
386 self.ignore_path('lib/%s.so' % basename_glob)
387 self.ignore_path('lib64/%s.so' % basename_glob)
/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp171 std::string ignore_path; in CreateLogicalPartitions() local
172 if (!CreateLogicalPartition(params, &ignore_path)) { in CreateLogicalPartitions()
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm.cpp312 std::string ignore_path; in CreateDevice() local
313 if (!CreateDevice(name, table, &ignore_path, 0ms)) { in CreateDevice()
H A Ddm_test.cpp756 std::string ignore_path; in TEST_F() local
757 ASSERT_TRUE(dm.WaitForDevice(test_name_, 5s, &ignore_path)); in TEST_F()
/aosp_15_r20/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp572 std::string ignore_path; in MapImageWithDeviceMapper() local
573 if (!MapWithDmLinear(opener, name, {}, &ignore_path)) { in MapImageWithDeviceMapper()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify10.c569 foreach_path(tc, path, ignore_path) in create_fanotify_groups()
/aosp_15_r20/system/core/fs_mgr/tools/
H A Ddmctl.cpp321 std::string ignore_path; in DmCreateCmdHandler() local