Searched refs:files (Results 1 – 25 of 34) sorted by relevance
12
/hafnium/build/ |
A D | parse_strace_open.py | 97 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 D | generate_linux_initrd.py | 28 for (root, dirs, files) in os.walk(".") for filename in files + dirs]
|
A D | image.gni | 142 # 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 D | gen_depfile.py | 24 for root, _, files in os.walk(args.root_dir): 25 sources.extend([ os.path.join(root, f) for f in files ])
|
A D | copy_dirs.py | 28 for root, _, files in os.walk(args.source_folder): 29 for f in files:
|
A D | linux.gni | 66 # 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 D | BUILD.gn | 89 files = [ [ 102 files = [ [ 115 files = [ [ 128 files = [ [
|
/hafnium/test/vmapi/ffa_secure_partitions/services/arch/aarch64/secure/ |
A D | BUILD.gn | 171 files = [ [ 184 files = [ [ 197 files = [ [ 221 files = [ [ 234 files = [ [ 247 files = [ [
|
/hafnium/docs/hypervisor/ |
A D | HafniumRamDisk.md | 3 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 D | HermeticBuild.md | 25 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 D | BUILD.gn | 38 files = [ 59 files = [
|
/hafnium/ |
A D | .gitignore | 7 # as untracked files and the repository as dirty.
|
/hafnium/test/vmapi/primary_with_secondaries/services/arch/aarch64/secure/el0/ |
A D | BUILD.gn | 43 files = [ [ 79 files = [ [
|
/hafnium/test/vmapi/primary_with_secondaries/ |
A D | BUILD.gn | 62 files = [ 140 files = [ 232 files = [ 312 files = [ [ 397 files = [ [
|
/hafnium/test/vmapi/primary_only/ |
A D | BUILD.gn | 33 files = [
|
/hafnium/test/vmapi/ffa_secure_partitions/ |
A D | BUILD.gn | 68 files = [ [ 138 files = [ [ 151 files = [ [ 164 files = [ [
|
/hafnium/test/vmapi/arch/aarch64/ |
A D | BUILD.gn | 42 files = [
|
/hafnium/test/vmapi/primary_only_ffa/ |
A D | BUILD.gn | 29 files = [ [
|
/hafnium/build/docker/ |
A D | Dockerfile.local | 10 # files can be accessed by the host.
|
/hafnium/test/vmapi/ffa_secure_partition_only/ |
A D | BUILD.gn | 35 files = [ [
|
/hafnium/test/vmapi/ffa_secure_partitions/services/arch/aarch64/secure/el0/ |
A D | BUILD.gn | 48 files = [ [
|
/hafnium/test/vmapi/arch/aarch64/gicv3/ |
A D | BUILD.gn | 62 files = [
|
/hafnium/test/vmapi/ffa_secure_partition_el3_spmc/ |
A D | BUILD.gn | 38 files = [ [
|
/hafnium/test/vmapi/ffa_both_worlds_el3_spmc/services/arch/aarch64/secure/ |
A D | BUILD.gn | 93 files = [ [
|
/hafnium/test/vmapi/ffa_both_worlds_el3_spmc/ |
A D | BUILD.gn | 63 files = [ [
|
Completed in 26 milliseconds
12