Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 34) sorted by relevance

12

/hafnium/build/
A Dparse_strace_open.py97 files = set()
171 files.add((fname, executable[pid]))
172 return files
174 def filter_results(files, root_dir): argument
177 files = filter(lambda x: not x[0].startswith(root_dir + "/"), files)
179 files = filter(lambda x: not x[0].startswith("/tmp/"), files)
180 return list(files)
190 files = get_touched_files(stdin, args.root_dir)
191 files = filter_results(files, args.root_dir)
192 files = sorted(list(files))
[all …]
/hafnium/build/image/
A Dgenerate_linux_initrd.py28 for (root, dirs, files) in os.walk(".") for filename in files + dirs]
A Dimage.gni142 # Add the files that need to be packaged into the RAM disk. The information
143 # about these files is encoded in lists with the following elements:
147 foreach(file, invoker.files) {
310 # Add the files that need to be packaged into the RAM disk. The information
311 # about these files is encoded in lists with the following elements:
316 foreach(file, invoker.files) {
342 foreach(file, invoker.files) {
/hafnium/build/linux/
A Dgen_depfile.py24 for root, _, files in os.walk(args.root_dir):
25 sources.extend([ os.path.join(root, f) for f in files ])
A Dcopy_dirs.py28 for root, _, files in os.walk(args.source_folder):
29 for f in files:
A Dlinux.gni66 # Subtarget which generates a depfile with all files in the Linux tree
114 # work around by copying source files to `target_out_dir`.
/hafnium/test/vmapi/primary_with_secondaries/services/arch/aarch64/secure/
A DBUILD.gn89 files = [ [
102 files = [ [
115 files = [ [
128 files = [ [
/hafnium/test/vmapi/ffa_secure_partitions/services/arch/aarch64/secure/
A DBUILD.gn171 files = [ [
184 files = [ [
197 files = [ [
221 files = [ [
234 files = [ [
247 files = [ [
/hafnium/docs/hypervisor/
A DHafniumRamDisk.md3 Hafnium expects to find the following files in the root directory of its RAM
19 Assuming that a subdirectory called `initrd` contains the files listed in the
A DHermeticBuild.md25 Because the daemon runs as root, files generated by the container are owned by
42 to system configuration files and environment variable values needed by the
/hafnium/test/linux/
A DBUILD.gn38 files = [
59 files = [
/hafnium/
A D.gitignore7 # as untracked files and the repository as dirty.
/hafnium/test/vmapi/primary_with_secondaries/services/arch/aarch64/secure/el0/
A DBUILD.gn43 files = [ [
79 files = [ [
/hafnium/test/vmapi/primary_with_secondaries/
A DBUILD.gn62 files = [
140 files = [
232 files = [
312 files = [ [
397 files = [ [
/hafnium/test/vmapi/primary_only/
A DBUILD.gn33 files = [
/hafnium/test/vmapi/ffa_secure_partitions/
A DBUILD.gn68 files = [ [
138 files = [ [
151 files = [ [
164 files = [ [
/hafnium/test/vmapi/arch/aarch64/
A DBUILD.gn42 files = [
/hafnium/test/vmapi/primary_only_ffa/
A DBUILD.gn29 files = [ [
/hafnium/build/docker/
A DDockerfile.local10 # files can be accessed by the host.
/hafnium/test/vmapi/ffa_secure_partition_only/
A DBUILD.gn35 files = [ [
/hafnium/test/vmapi/ffa_secure_partitions/services/arch/aarch64/secure/el0/
A DBUILD.gn48 files = [ [
/hafnium/test/vmapi/arch/aarch64/gicv3/
A DBUILD.gn62 files = [
/hafnium/test/vmapi/ffa_secure_partition_el3_spmc/
A DBUILD.gn38 files = [ [
/hafnium/test/vmapi/ffa_both_worlds_el3_spmc/services/arch/aarch64/secure/
A DBUILD.gn93 files = [ [
/hafnium/test/vmapi/ffa_both_worlds_el3_spmc/
A DBUILD.gn63 files = [ [

Completed in 26 milliseconds

12