Home
last modified time | relevance | path

Searched refs:package_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/libcore/ojluni/src/test/
H A Dgen-test-list39 local package_string
43 package_string="$(grep "package" "$file_name")"
48 package_name=${package_string#package[[:space:]]*} # remove package followed by any spaces
/aosp_15_r20/art/tools/runtime_memusage/
H A Dsanitizer_logcat_analysis.sh351 package_string=""
354 package_string="Package name: $PACKAGE_NAME "
365 set title "'"$package_string""$dex_name"'PID: '"$pid"'";
/aosp_15_r20/system/apex/apexd/
H A Dapexservice_test.cpp812 std::string package_string = GetPackageString(apexInfo); in TEST_F() local
815 package_string) != active_strings.end(); in TEST_F()
818 package_string) != factory_strings.end(); in TEST_F()
820 << package_string << " should " << (should_be_active ? "" : "not ") in TEST_F()
823 << package_string << " should " << (should_be_factory ? "" : "not ") in TEST_F()