Searched refs:os (Results 1 – 13 of 13) sorted by relevance
| /optee_os/scripts/ |
| H A D | gen_compile_commands.py | 16 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 D | notify_maintainers.py | 23 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 D | get_maintainer.py | 12 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 D | bin_to_c.py | 9 import os 48 os.path.basename(__file__) + ' */\n\n')
|
| H A D | mem_usage.py | 8 import os 75 return os.getenv('CROSS_COMPILE', '') + 'readelf' 89 env = os.environ.copy()
|
| H A D | ts_bin_to_c.py | 12 import os 145 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts))) 149 os.path.basename(__file__) + ' */\n\n')
|
| H A D | symbolize.py | 11 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 D | sign_rproc_fw.py | 34 import os 380 logger = logging.getLogger(os.path.basename(__file__))
|
| H A D | sign_encrypt.py | 393 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 D | zlib.h | 119 int os; /* operating system */ member
|
| H A D | inflate.c | 741 state->head->os = (int)(hold >> 8);
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1960 * [#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 D | ChangeLog | 3661 * Add platform support for the Haiku OS. (https://www.haiku-os.org).
|