Searched refs:os (Results 1 – 14 of 14) sorted by relevance
12 import os57 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)
9 import os48 os.path.basename(__file__) + ' */\n\n')
11 import os98 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts)))109 os.path.basename(__file__) + ' */\n\n')
8 import os75 return os.getenv('CROSS_COMPILE', '') + 'readelf'89 env = os.environ.copy()
11 import os93 '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)
179 import os183 logger = logging.getLogger(os.path.basename(__file__))233 nonce = os.urandom(12)307 if not os.path.exists(args.digf):
119 int os; /* operating system */ member
738 state->head->os = (int)(hold >> 8);
1509 * [#149][pr149]: when testing optee os with arm trusted firmware (I1510 utilized optee os tee.bin as bl32 image) on juno platform, I got an
1557 * Add platform support for the Haiku OS. (https://www.haiku-os.org).
Completed in 33 milliseconds