/aosp12/system/update_engine/payload_generator/ |
H A D | filesystem_interface.h | 47 struct File { struct 48 File() { memset(&file_stat, 0, sizeof(file_stat)); } in File() function 52 struct stat file_stat; 77 virtual ~FilesystemInterface() = default; argument 90 virtual bool GetFiles(std::vector<File>* files) const = 0; argument
|
/aosp12/build/soong/symbol_inject/ |
H A D | symbol_inject.go | 54 func InjectStringSymbol(file *File, w io.Writer, symbol, value, from string) error { 85 func InjectUint64Symbol(file *File, w io.Writer, symbol string, value uint64) error { 123 func findSymbol(file *File, symbolName string) (uint64, uint64, error) { 163 type File struct { struct 164 r io.ReaderAt 165 Symbols []*Symbol 166 Sections []*Section
|
H A D | macho.go | 34 func extractMachoSymbols(machoFile *macho.File) (*File, error) {
|
H A D | pe.go | 34 func extractPESymbols(peFile *pe.File) (*File, error) {
|
H A D | elf.go | 32 *elf.File anonMember
|
/aosp12/build/soong/third_party/zip/ |
H A D | reader.go | 26 File []*File member 36 type File struct { struct 37 FileHeader 38 zip *Reader 39 zipr io.ReaderAt 40 zipsize int64 41 headerOffset int64 249 func readDirectoryHeader(f *File, r io.Reader) error { 349 func readDataDescriptor(r io.Reader, f *File) error {
|
H A D | reader_test.go | 25 File []ZipTestFile member 46 File string member 366 func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File) { 443 func testFileMode(t *testing.T, zipName string, f *File, want os.FileMode) {
|
H A D | android.go | 25 func (w *Writer) CopyFrom(orig *File, newName string) error {
|
H A D | writer_test.go | 161 func testReadFile(t *testing.T, f *File, wt *WriteTest) {
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection_state.h | 588 struct File { struct 589 File() : mForEaches(nullptr) { } in File() argument 590 ~File() { delete [] mForEaches; } in ~File() argument 593 void operator=(const File &) = delete; argument 596 std::string mRSSourceFileName; argument 598 struct ForEach { 643 // TODO: Move this out of File to avoid duplication? That is, argument 650 struct Record { 677 llvm::StringMap<Record> mRecords; 679 struct Reduce { [all …]
|
/aosp12/build/blueprint/parser/ |
H A D | sort.go | 117 func SortLists(file *File) { 130 func SortList(file *File, list *List) { 175 func sortListsInValue(value Expression, file *File) { 191 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
|
H A D | parser.go | 40 type File struct { struct 41 Name string 42 Defs []Definition 43 Comments []*CommentGroup
|
H A D | printer.go | 46 func newPrinter(file *File) *printer { 61 func Print(file *File) ([]byte, error) {
|
/aosp12/build/soong/cmd/host_bionic_inject/ |
H A D | host_bionic_inject.go | 82 func parseElf(r io.ReaderAt, linker *elf.File) (uint64, error) { 130 func checkLinker(file, linker *elf.File, fileSyms []elf.Symbol) error {
|
/aosp12/frameworks/native/libs/binder/rust/src/parcel/ |
H A D | file_descriptor.rs | 40 fn as_ref(&self) -> &File { in as_ref() 45 impl From<ParcelFileDescriptor> for File { implementation 46 fn from(file: ParcelFileDescriptor) -> File { in from()
|
/aosp12/build/soong/cc/ |
H A D | cmakelists.go | 210 func translateToCMake(c compilerParameters, f *os.File, cflags bool, cppflags bool) { 234 func writeAllIncludeDirectories(includes []string, f *os.File, isSystem bool) { 265 func writeAllRelativeFilePathFlags(relativeFilePathFlags []relativeFilePathFlagType, f *os.File, ta… 271 func writeAllFlags(flags []string, f *os.File, tag string) { 342 func parseCompilerParameters(params []string, ctx android.SingletonContext, f *os.File) compilerPar…
|
/aosp12/art/libartbase/base/ |
H A D | os.h | 28 typedef ::unix_file::FdFile File; typedef
|
/aosp12/system/extras/simpleperf/ |
H A D | record_file.proto | 25 message File { message
|
/aosp12/packages/modules/Virtualization/compos/src/ |
H A D | compsvc_worker.rs | 86 fn open_authfs_file(authfs_root: &str, basename: PseudoRawFd, writable: bool) -> io::Result<File> { in open_authfs_file() 90 fn open_authfs_files_for_mapping(config: &Config) -> io::Result<Vec<(File, PseudoRawFd)>> { in open_authfs_files_for_mapping() 110 fn spawn_jailed_task(config: &Config, fd_mapping: Vec<(File, PseudoRawFd)>) -> Result<Minijail> { in spawn_jailed_task()
|
/aosp12/build/soong/bloaty/ |
H A D | file_sections.proto | 29 message File { message
|
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | InputToken.h | 22 enum Type { Unknown, File, NameSpec }; enumerator
|
/aosp12/build/blueprint/bpmodify/ |
H A D | bpmodify.go | 127 func findModules(file *parser.File) (modified bool, errs []error) { 147 file *parser.File) (modified bool, errs []error) { 223 file *parser.File) (modified bool, errs []error) {
|
/aosp12/system/core/libprocessgroup/profiles/ |
H A D | task_profiles.json | 6 "File": "background/cpus" string 11 "File": "foreground/cpus" string 16 "File": "top-app/cpus" string 21 "File": "memory.limit_in_bytes" string 26 "File": "memory.soft_limit_in_bytes" string 31 "File": "memory.swappiness" string 36 "File": "cpu.uclamp.min" string 41 "File": "cpu.uclamp.max" string 46 "File": "cpu.uclamp.latency_sensitive" string 51 "File": "cgroup.freeze" string
|
/aosp12/build/soong/cmd/diff_target_files/ |
H A D | zip_artifact.go | 74 *zip.File anonMember
|
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/ |
H A D | main.rs | 229 fn read_into_buf(file: &File, max_size: usize, offset: u64) -> io::Result<Vec<u8>> { in read_into_buf() 243 fn fd_to_file(fd: i32) -> Result<File> { in fd_to_file()
|