Searched refs:os (Results 1 – 10 of 10) 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):268 if os.path.exists(arg):278 if os.path.exists(arg):299 os.remove(f)
9 import os48 os.path.basename(__file__) + ' */\n\n')
8 import os75 return os.getenv('CROSS_COMPILE', '') + 'readelf'89 env = os.environ.copy()
11 import os125 ts_uuid = uuid.UUID(re.sub(r'\..*', '', os.path.basename(ts)))129 os.path.basename(__file__) + ' */\n\n')
11 import os127 '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)
392 import os397 self.nonce = os.urandom(NONCE_SIZE)957 import os961 logger = logging.getLogger(os.path.basename(__file__))
119 int os; /* operating system */ member
741 state->head->os = (int)(hold >> 8);
1630 * [#149][pr149]: when testing optee os with arm trusted firmware (I1631 utilized optee os tee.bin as bl32 image) on juno platform, I got an
1772 * Add platform support for the Haiku OS. (https://www.haiku-os.org).
Completed in 19 milliseconds