Home
last modified time | relevance | path

Searched refs:libpath (Results 1 – 6 of 6) sorted by relevance

/system/apex/tests/testdata/sharedlibs/build/
Dshared_libs_repack.py270 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/
Dsepolicy_tests.py135 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)
Dsearchpolicy.py32 if not args.libpath:
38 pol = policy.Policy(args.policy, None, args.libpath)
Dtreble_sepolicy_tests.py352 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/
Dapex_shared_libraries_test.cpp122 auto libpath = fs::path(dl_info.dli_fname); in TEST() local
123 if (libpath == dest) { in TEST()
/system/bt/
Dbuild.py189 libpath = self.env['LIBRARY_PATH']
190 self.env['LIBRARY_PATH'] = '{}:{}'.format(libdir, libpath)