Home
last modified time | relevance | path

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

/optee_os/scripts/
H A Dgen_compile_commands.py16 import os
73 os.path.abspath(args.directory),
92 exclude_dirs = [os.path.join(directory, d) for d in _EXCLUDE_DIRS]
94 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
102 yield os.path.join(dirpath, filename)
114 dir, base = os.path.split(path)
115 return os.path.join(dir, '.' + base + '.cmd')
148 base, ext = os.path.splitext(obj)
183 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
184 if not os.path.exists(abs_path):
[all …]
H A Dnotify_maintainers.py23 import os
82 os.path.join(os.getcwd(), "scripts/get_maintainer.py"),
90 github_env = all(os.getenv(var) for var in ("REPO", "PR_NUMBER",
96 repo_name = os.getenv("REPO")
97 pr_number = os.getenv("PR_NUMBER")
98 token = os.getenv("GITHUB_TOKEN")
H 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)
H A Dbin_to_c.py9 import os
48 os.path.basename(__file__) + ' */\n\n')
H A Dmem_usage.py8 import os
75 return os.getenv('CROSS_COMPILE', '') + 'readelf'
89 env = os.environ.copy()
H A Dts_bin_to_c.py12 import os
145 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts)))
149 os.path.basename(__file__) + ' */\n\n')
H 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')
519 rpath = os.path.realpath(elf)
553 isatty = os.isatty(fd)
H A Dsign_rproc_fw.py34 import os
380 logger = logging.getLogger(os.path.basename(__file__))
H A Dsign_encrypt.py393 import os
398 self.nonce = os.urandom(NONCE_SIZE)
961 import os
965 logger = logging.getLogger(os.path.basename(__file__))
/optee_os/core/lib/zlib/
H A Dzlib.h119 int os; /* operating system */ member
H A Dinflate.c741 state->head->os = (int)(hold >> 8);
/optee_os/
H A DCHANGELOG.md1960 * [#149][pr149]: when testing optee os with arm trusted firmware (I
1961 utilized optee os tee.bin as bl32 image) on juno platform, I got an
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3661 * Add platform support for the Haiku OS. (https://www.haiku-os.org).