Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 25 of 119) sorted by relevance

12345

/external/sepolicy/
Dfile.te48 type unlabeled, file_type;
50 type system_file, file_type;
52 type logcat_exec, exec_type, file_type;
54 type coredump_file, file_type;
56 type system_data_file, file_type, data_file_type;
58 type unencrypted_data_file, file_type, data_file_type;
61 type install_data_file, file_type, data_file_type;
63 type drm_data_file, file_type, data_file_type;
65 type adb_data_file, file_type, data_file_type;
67 type anr_data_file, file_type, data_file_type, mlstrustedobject;
[all …]
Dtee.te5 type tee_exec, exec_type, file_type;
7 type tee_data_file, file_type, data_file_type;
Dblkid.te3 type blkid_exec, exec_type, file_type;
20 neverallow blkid { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
Dsgdisk.te3 type sgdisk_exec, exec_type, file_type;
22 neverallow sgdisk { file_type fs_type -sgdisk_exec }:file entrypoint;
Dinit.te6 type init_exec, exec_type, file_type;
99 allow init {file_type -system_file -exec_type -app_data_file}:dir { create search getattr open read…
100 allow init {file_type -system_file -exec_type -keystore_data_file -security_file -app_data_file -sh…
101 allow init {file_type -system_file -exec_type -keystore_data_file -security_file -app_data_file -sh…
102 allow init {file_type -system_file -exec_type -keystore_data_file -security_file -app_data_file -sh…
103 allow init {file_type -system_file -exec_type -keystore_data_file -security_file -app_data_file -sh…
104 allow init {file_type -system_file -exec_type}:dir_file_class_set relabelto;
279 neverallow init { file_type fs_type -init_exec }:file entrypoint;
286 neverallow init { file_type fs_type }:file execute_no_trans;
Ddhcp.te2 type dhcp_exec, exec_type, file_type;
3 type dhcp_data_file, file_type, data_file_type;
Dtoolbox.te5 type toolbox_exec, exec_type, file_type;
26 neverallow toolbox { file_type fs_type -toolbox_exec}:file entrypoint;
Dfsck.te3 type fsck_exec, exec_type, file_type;
43 neverallow fsck { file_type fs_type -fsck_exec }:file entrypoint;
Ddrmserver.te3 type drmserver_exec, exec_type, file_type;
27 type drmserver_socket, file_type;
Dsu.te2 type su_exec, exec_type, file_type;
39 dontaudit su {fs_type dev_type file_type}:dir_file_class_set *;
Dmdnsd.te3 type mdnsd_exec, exec_type, file_type;
/external/icu/icu4c/source/tools/
Dicu-svnprops-check.py107 file_type, string_proplist = propline.split("=", 1)
111 file_type = file_type.strip()
112 file_type = file_type.replace(".", "\.")
113 file_type = file_type.replace("*", ".*")
114 file_type = file_type + "$"
135 file_types.append((file_type, proplist))
/external/lldb/source/Host/common/
DFileSpec.cpp615 mode_t file_type = file_stats.st_mode & S_IFMT; in GetFileType() local
616 switch (file_type) in GetFileType()
936 FileSpec::FileType file_type = eFileTypeUnknown; in EnumerateDirectory() local
941 … case DT_UNKNOWN: file_type = eFileTypeUnknown; call_callback = true; break; in EnumerateDirectory()
942 … case DT_FIFO: file_type = eFileTypePipe; call_callback = find_other; break; in EnumerateDirectory()
943 … case DT_CHR: file_type = eFileTypeOther; call_callback = find_other; break; in EnumerateDirectory()
944 … case DT_DIR: file_type = eFileTypeDirectory; call_callback = find_directories; break; in EnumerateDirectory()
945 … case DT_BLK: file_type = eFileTypeOther; call_callback = find_other; break; in EnumerateDirectory()
946 … case DT_REG: file_type = eFileTypeRegular; call_callback = find_files; break; in EnumerateDirectory()
947 … case DT_LNK: file_type = eFileTypeSymbolicLink; call_callback = find_other; break; in EnumerateDirectory()
[all …]
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf644 attribute file_type;
847 type default_t, file_type, mountpoint;
848 type etc_t, file_type;
849 type etc_runtime_t, file_type;
850 type file_t, file_type, mountpoint;
851 type home_root_t, file_type, mountpoint;
852 type lost_found_t, file_type;
853 type mnt_t, file_type, mountpoint;
855 type no_access_t, file_type;
856 type poly_t, file_type;
[all …]
/external/llvm/include/llvm/Support/
DFileSystem.h53 enum class file_type { enum
157 file_type Type;
163 Type(file_type::status_error), Perms(perms_not_known) {} in file_status()
165 file_status(file_type Type) : fs_st_dev(0), fs_st_ino(0), fs_st_mtime(0), in file_status()
169 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime, in file_status()
176 FileIndexHigh(0), FileIndexLow(0), Type(file_type::status_error),
179 file_status(file_type Type) : LastWriteTimeHigh(0), LastWriteTimeLow(0),
184 file_status(file_type Type, uint32_t LastWriteTimeHigh,
196 file_type type() const { return Type; } in type()
218 void type(file_type v) { Type = v; } in type()
/external/protobuf/python/google/protobuf/internal/
Dgenerator_test.py238 file_type = unittest_pb2.DESCRIPTOR
241 file_type.message_types_by_name[unittest_pb2._TESTALLTYPES.name])
247 file_type.message_types_by_name)
250 file_type = unittest_pb2.DESCRIPTOR
253 file_type.enum_types_by_name[unittest_pb2._FOREIGNENUM.name])
256 file_type = unittest_pb2.DESCRIPTOR
259 file_type.extensions_by_name[unittest_pb2.my_extension_string.name])
/external/elfutils/src/src/
Dld.c396 if (ld_state.file_type != relocatable_file_type) in main()
421 if (ld_state.file_type != relocatable_file_type) in main()
562 if (ld_state.file_type != no_file_type) in parse_opt_1st()
565 ld_state.file_type = dso_file_type; in parse_opt_1st()
600 if (ld_state.file_type != no_file_type) in parse_opt_1st()
603 ld_state.file_type = relocatable_file_type; in parse_opt_1st()
966 && ld_state.file_type == dso_file_type) in parse_z_option()
984 && ld_state.file_type == dso_file_type) in parse_z_option()
990 && ld_state.file_type == dso_file_type) in parse_z_option()
1053 && ld_state.file_type == dso_file_type) in parse_B_option_2()
[all …]
Di386_ld.c364 const bool build_dso = statep->file_type == dso_file_type; in elf_i386_finalize_plt()
559 || statep->file_type == dso_file_type) in elf_i386_count_relocations()
581 if (statep->file_type == dso_file_type) in elf_i386_count_relocations()
604 else if (statep->file_type == dso_file_type in elf_i386_count_relocations()
642 if (statep->file_type != executable_file_type) in elf_i386_count_relocations()
652 if (statep->file_type == dso_file_type) in elf_i386_count_relocations()
662 if (statep->file_type != executable_file_type in elf_i386_count_relocations()
822 && statep->file_type != dso_file_type in elf_i386_create_relocations()
875 else if (statep->file_type == dso_file_type in elf_i386_create_relocations()
920 else if (statep->file_type != dso_file_type) in elf_i386_create_relocations()
[all …]
Dld.h48 enum file_type enum
124 enum file_type file_type; member
787 enum file_type file_type; member
1100 enum file_type type);
Dldgeneric.c156 return (ld_state.file_type == dso_file_type || ld_state.nplt > 0 in dynamically_linked_p()
299 if (newp->file_type == relocatable_file_type) in check_for_duplicate2()
355 if (fileinfo->file_type == archive_file_type) in open_along_path2()
386 assert (fileinfo->file_type == dso_file_type in open_along_path2()
387 || fileinfo->file_type == dso_needed_file_type); in open_along_path2()
413 printf (fileinfo->file_type == archive_file_type in open_along_path2()
460 if (fileinfo->file_type == relocatable_file_type) in open_along_path()
486 fileinfo->file_type == archive_file_type in open_along_path()
497 if (fileinfo->file_type == dso_file_type) in open_along_path()
508 && (err != EAGAIN || fileinfo->file_type == relocatable_file_type)) in open_along_path()
[all …]
/external/clang/include/clang/Basic/
DVirtualFileSystem.h39 llvm::sys::fs::file_type Type;
46 Status() : Type(llvm::sys::fs::file_type::status_error) {} in Status()
50 uint64_t Size, llvm::sys::fs::file_type Type,
59 llvm::sys::fs::file_type getType() const { return Type; } in getType()
66 void setType(llvm::sys::fs::file_type v) { Type = v; } in setType()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out196 version_info.file_type = 0x0
228 version_info.file_type = 0x2
260 version_info.file_type = 0x2
292 version_info.file_type = 0x2
324 version_info.file_type = 0x2
356 version_info.file_type = 0x2
388 version_info.file_type = 0x2
420 version_info.file_type = 0x2
452 version_info.file_type = 0x1
484 version_info.file_type = 0x2
[all …]
/external/llvm/lib/Support/
DFileOutputBuffer.cpp45 case sys::fs::file_type::file_not_found: in create()
48 case sys::fs::file_type::regular_file: { in create()
/external/llvm/lib/Support/Unix/
DPath.inc348 Result = file_status(file_type::file_not_found);
350 Result = file_status(file_type::status_error);
354 file_type Type = file_type::type_unknown;
357 Type = file_type::directory_file;
359 Type = file_type::regular_file;
361 Type = file_type::block_file;
363 Type = file_type::character_file;
365 Type = file_type::fifo_file;
367 Type = file_type::socket_file;
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.h112 lldb_private::FileSpec::FileType file_type,
117 lldb_private::FileSpec::FileType file_type,

12345