HomeSort by relevance Sort by last modified time
    Searched refs:package_file (Results 1 - 2 of 2) sorted by null

  /external/lldb/scripts/Python/
finish-swig-Python-LLDB.sh 181 for package_file in $package_files
183 if [ -f "${package_file}" ]
185 cp "${package_file}" "${package_dir}"
186 package_file_basename=$(basename "${package_file}")
197 for package_file in $package_files
199 if [ -f "${package_file}" ]
201 package_file_basename=$(basename "${package_file}")
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator.sh 239 local package_file="$1"
240 sed -i 's/ [a-f0-9]\{64\}$//' "$package_file"
406 local package_file="$BUILD_DIR/package_with_sha256sum_amd64"
407 GeneratePackageListAmd64 "$package_file"
408 local files_and_sha256sums="$(cat ${package_file})"
409 StripChecksumsFromPackageList "$package_file"
410 VerifyPackageFilesMatch "$package_file" "$DEBIAN_DEP_LIST_AMD64"
424 local package_file="$BUILD_DIR/package_with_sha256sum_i386"
425 GeneratePackageListI386 "$package_file"
426 local files_and_sha256sums="$(cat ${package_file})"
    [all...]

Completed in 448 milliseconds