Home
last modified time | relevance | path

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

/frameworks/base/startop/scripts/app_startup/
Drun_app_with_prefetch172 package_path="$(find_package_path "$package")"
177 verbose_print "Package was in path '$package_path'"
180 application_trace_file_path="$package_path/TraceFile.pb"
181 trace_file_directory="$package_path"
/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp78 const std::string& package_path = apex_file.GetPath(); in DeactivateApexPackages() local
79 base::Result<void> status = apex::deactivatePackage(package_path); in DeactivateApexPackages()
81 LOG(ERROR) << "Failed to deactivate " << package_path << ": " in DeactivateApexPackages()
/frameworks/rs/
Dbuild_rs.py105 package_path = os.path.join(dist_dir, tarball_name) + '.tar.bz2'
106 print('Packaging ' + package_path)
108 'tar', '-cjC', install_host_dir, '-f', package_path, package_name