Searched refs:libpath (Results 1 – 6 of 6) sorted by relevance
/system/apex/tests/testdata/sharedlibs/build/ |
D | shared_libs_repack.py | 270 libpath = lib_full_path[len(payload_dir):].lstrip('/').split('/') 271 return libpath[0] 302 libpath = _extract_lib_or_lib64(payload_dir, lib_path_hash[0]) 303 assert libpath in ('lib', 'lib64') 304 pb.requireSharedApexLibs.append(os.path.join(libpath, basename) + ':' 308 libpath, basename, lib_path_hash[1], 355 source_lib_paths = [os.path.join('/', libpath, lib) 356 for libpath in ['lib', 'lib64'] 373 libpath = _extract_lib_or_lib64(payload_dir, lib_path_hash[0]) 374 tmp_lib = os.path.join(payload_dir, libpath, basename + '.bak') [all …]
|
/system/sepolicy/tests/ |
D | sepolicy_tests.py | 135 if not options.libpath: 137 if not os.path.exists(options.libpath): 138 sys.exit("Error: library-path " + options.libpath + " does not exist\n" 154 pol = policy.Policy(options.policy, options.file_contexts, options.libpath)
|
D | searchpolicy.py | 32 if not args.libpath: 38 pol = policy.Policy(args.policy, None, args.libpath)
|
D | treble_sepolicy_tests.py | 352 if not options.libpath: 354 if not os.path.exists(options.libpath): 355 sys.exit("Error: library-path " + options.libpath + " does not exist\n" 384 basepol = policy.Policy(options.basepolicy, None, options.libpath) 385 oldpol = policy.Policy(options.oldpolicy, None, options.libpath) 393 pol = policy.Policy(options.policy, options.file_contexts, options.libpath)
|
/system/apex/tests/native/ |
D | apex_shared_libraries_test.cpp | 122 auto libpath = fs::path(dl_info.dli_fname); in TEST() local 123 if (libpath == dest) { in TEST()
|
/system/bt/ |
D | build.py | 189 libpath = self.env['LIBRARY_PATH'] 190 self.env['LIBRARY_PATH'] = '{}:{}'.format(libdir, libpath)
|