Home
last modified time | relevance | path

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

/optee_os/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):
262 if os.path.exists(arg):
272 if os.path.exists(arg):
293 os.remove(f)
A Dbin_to_c.py9 import os
48 os.path.basename(__file__) + ' */\n\n')
A Dts_bin_to_c.py11 import os
98 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts)))
109 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 Dsymbolize.py11 import os
93 'full paths)', default=os.getcwd())
122 if d.endswith(elf_or_uuid) and os.path.isfile(d):
129 self._arch = os.getenv('CROSS_COMPILE')
469 rpath = os.path.realpath(elf)
503 isatty = os.isatty(fd)
A Dsign_encrypt.py179 import os
183 logger = logging.getLogger(os.path.basename(__file__))
233 nonce = os.urandom(12)
307 if not os.path.exists(args.digf):
/optee_os/out/arm/export-ta_arm32/scripts/
A Dsymbolize.py11 import os
93 'full paths)', default=os.getcwd())
122 if d.endswith(elf_or_uuid) and os.path.isfile(d):
129 self._arch = os.getenv('CROSS_COMPILE')
469 rpath = os.path.realpath(elf)
503 isatty = os.isatty(fd)
A Dsign_encrypt.py179 import os
183 logger = logging.getLogger(os.path.basename(__file__))
233 nonce = os.urandom(12)
307 if not os.path.exists(args.digf):
/optee_os/out/arm/export-ta_arm64/scripts/
A Dsymbolize.py11 import os
93 'full paths)', default=os.getcwd())
122 if d.endswith(elf_or_uuid) and os.path.isfile(d):
129 self._arch = os.getenv('CROSS_COMPILE')
469 rpath = os.path.realpath(elf)
503 isatty = os.isatty(fd)
A Dsign_encrypt.py179 import os
183 logger = logging.getLogger(os.path.basename(__file__))
233 nonce = os.urandom(12)
307 if not os.path.exists(args.digf):
/optee_os/core/lib/zlib/
A Dzlib.h119 int os; /* operating system */ member
A Dinflate.c738 state->head->os = (int)(hold >> 8);
/optee_os/
A DCHANGELOG.md1509 * [#149][pr149]: when testing optee os with arm trusted firmware (I
1510 utilized optee os tee.bin as bl32 image) on juno platform, I got an
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog1557 * Add platform support for the Haiku OS. (https://www.haiku-os.org).

Completed in 33 milliseconds