Searched refs:package_path (Results 1 – 3 of 3) sorted by relevance
172 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"
78 const std::string& package_path = apex_file.GetPath(); in DeactivateApexPackages() local79 base::Result<void> status = apex::deactivatePackage(package_path); in DeactivateApexPackages()81 LOG(ERROR) << "Failed to deactivate " << package_path << ": " in DeactivateApexPackages()
105 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