Home
last modified time | relevance | path

Searched refs:os (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/scripts/
A Dget_maintainer.py12 import os
57 cwd = os.getcwd()
58 parent = os.path.dirname(os.path.realpath(__file__)) + "/../"
59 if (os.path.realpath(cwd) != os.path.realpath(parent)):
104 psname = os.path.basename(patchset).replace('.', '_')
128 os.remove(ret[0])
170 if not path.endswith('/') and os.path.isdir(path):
268 if os.path.exists(arg):
278 if os.path.exists(arg):
299 os.remove(f)
A Dbin_to_c.py9 import os
48 os.path.basename(__file__) + ' */\n\n')
A Dmem_usage.py8 import os
75 return os.getenv('CROSS_COMPILE', '') + 'readelf'
89 env = os.environ.copy()
A Dts_bin_to_c.py11 import os
125 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts)))
129 os.path.basename(__file__) + ' */\n\n')
A Dsymbolize.py11 import os
127 'full paths)', default=os.getcwd())
156 if d.endswith(elf_or_uuid) and os.path.isfile(d):
163 self._arch = os.getenv('CROSS_COMPILE')
517 rpath = os.path.realpath(elf)
551 isatty = os.isatty(fd)
A Dsign_encrypt.py392 import os
397 self.nonce = os.urandom(NONCE_SIZE)
957 import os
961 logger = logging.getLogger(os.path.basename(__file__))
/optee_os-3.20.0/core/lib/zlib/
A Dzlib.h119 int os; /* operating system */ member
A Dinflate.c741 state->head->os = (int)(hold >> 8);
/optee_os-3.20.0/
A DCHANGELOG.md1630 * [#149][pr149]: when testing optee os with arm trusted firmware (I
1631 utilized optee os tee.bin as bl32 image) on juno platform, I got an
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1772 * Add platform support for the Haiku OS. (https://www.haiku-os.org).

Completed in 19 milliseconds