Home
last modified time | relevance | path

Searched refs:pkg (Results 1 – 25 of 33) sorted by relevance

12

/system/media/camera/docs/
Dmetadata-check-dependencies53 local pkg=""
62 pkg="$macports"
65 pkg="$aptget"
68 if [[ -n $pkg ]]
70 echo "Missing $bin binary; please install with '$(packager_install $pkg)'"
83 local pkg=""
92 pkg="$macports"
95 pkg="$aptget"
98 if [[ -n $pkg ]]
100 echo "Missing python module $mod, please install with '$(packager_install $pkg)'"
/system/tools/hidl/build/
DfqName.go32 var pkg = "(" + component + "(?:[.]" + component + ")*)" var
34 var re_package = regexp.MustCompile("^" + pkg + "@" + digits + "." + digits + "$")
52 func (f *fqName) inPackage(pkg string) bool {
53 components := strings.Split(pkg, ".")
68 func (f *fqName) pkg() string { func
78 return f.pkg() + "@" + f.version()
81 return f.pkg() + "-V" + f.version() // NOT sanitizedVersion
/system/chre/build/variant/
Dgoogle_x86_linux.mk37 TARGET_CFLAGS += $(shell pkg-config --cflags tclap)
38 TARGET_CFLAGS += $(shell pkg-config --cflags sndfile)
43 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
Dgoogle_x86_googletest.mk55 TARGET_BIN_LDFLAGS += $(shell pkg-config --libs sndfile)
/system/bt/build/dpkg/modp_b64/debian/
Dcontrol11 pkg-config,
/system/bt/build/dpkg/libchrome/debian/
Dcontrol11 pkg-config,
/system/bt/gd/rust/linux/service/
DCargo.toml21 pkg-config = "0.3.19"
/system/bt/build/dpkg/libchrome-822064/debian/
Dcontrol11 pkg-config,
/system/apex/apexd/
Dapex_database.h192 for (const auto& pkg : mounted_apexes_) { variable
193 for (const auto& pair : pkg.second) {
195 handler(pkg.first, pair.first, pair.second);
Dapexservice.cpp442 for (const ApexFile& pkg : active) { in getAllPackages() local
443 ApexInfo apex_info = GetApexInfo(pkg); in getAllPackages()
447 for (const ApexFile& pkg : factory) { in getAllPackages() local
448 const auto& same_path = [&pkg](const auto& o) { in getAllPackages()
449 return o.GetPath() == pkg.GetPath(); in getAllPackages()
452 aidl_return->push_back(GetApexInfo(pkg)); in getAllPackages()
Dapexservice_test.cpp2288 for (const auto& pkg : pkgs) { in PrepareBackup() local
2289 PrepareTestApexForInstall installer(pkg); in PrepareBackup()
2290 ASSERT_TRUE(installer.Prepare()) << " failed to prepare " << pkg; in PrepareBackup()
2337 auto pkg = StringPrintf("%s/com.android.apex.test_package@1.apex", in TEST_F() local
2340 CheckActiveApexContents({pkg}); in TEST_F()
2368 auto pkg = StringPrintf("%s/com.android.apex.test_package@2.apex", in TEST_F() local
2371 CheckActiveApexContents({pkg}); in TEST_F()
/system/bt/build/dpkg/
DREADME.txt15 $ ./gen-src-pkg /tmp/modp_b64
/system/bt/gd/rust/linux/adapter/
DCargo.toml32 pkg-config = "0.3"
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn227 # paths to dbus headers, can be obtained by "pkg-config --cflags dbus-1"
228 #TODO(jpawlowski) use pkg-config script like build/config/linux/pkg_config.gni
240 # paths to dbus headers, can be obtained by "pkg-config --cflags dbus-1"
241 #TODO(jpawlowski) use pkg-config script like build/config/linux/pkg_config.gni
/system/bt/gd/rust/topshim/
DCargo.toml41 # pkg-config = "0.3"
/system/tools/aidl/build/
Daidl_test.go1090 "filegroup/sub/pkg/Bar.aidl",
1110 "foo/filegroup/sub/pkg/Bar.aidl": nil,
1145 "foo/filegroup/sub/pkg/Bar.aidl",
1152 dumpDir + "/pkg/Bar.aidl",
/system/bt/
DREADME.md59 libgtest-dev) do not provide pkg-config files, so you can build your own
/system/sepolicy/prebuilts/api/26.0/public/
Dinstalld.te85 # Read pkg.apk file for input during dexopt.
/system/sepolicy/prebuilts/api/27.0/public/
Dinstalld.te85 # Read pkg.apk file for input during dexopt.
/system/sepolicy/prebuilts/api/28.0/public/
Dinstalld.te86 # Read pkg.apk file for input during dexopt.
/system/sepolicy/prebuilts/api/29.0/public/
Dinstalld.te95 # Read pkg.apk file for input during dexopt.
/system/sepolicy/prebuilts/api/30.0/public/
Dinstalld.te102 # Read pkg.apk file for input during dexopt.
/system/sepolicy/prebuilts/api/31.0/public/
Dinstalld.te103 # Read pkg.apk file for input during dexopt.
/system/sepolicy/public/
Dinstalld.te103 # Read pkg.apk file for input during dexopt.
/system/apex/
Dpylintrc35 extension-pkg-whitelist=

12