Home
last modified time | relevance | path

Searched defs:NewFile (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/art/artd/
H A Dfile_utils.h48 NewFile(NewFile&& other) noexcept in NewFile() function
103 NewFile(const std::string& path, in NewFile() function
/aosp_15_r20/external/google-cloud-java/owl-bot-postprocessor/synthtool/protos/
H A Dmetadata_pb2.py941 NewFile = _reflection.GeneratedProtocolMessageType( variable
H A Dmetadata.proto74 message NewFile { message
/aosp_15_r20/external/golang-protobuf/reflect/protodesc/
H A Ddesc.go66 func NewFile(fd *descriptorpb.FileDescriptorProto, r Resolver) (protoreflect.FileDescriptor, error)… func
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/manifest/
H A Dmanifest.go38 func NewFile(manifest *Manifest) *File { func
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/
Dfile.go72 func NewFile(r io.ReaderAt) (*File, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dfile_windows.go85 func NewFile(fd uintptr, name string) *File { func
Dfile_unix.go106 func NewFile(fd uintptr, name string) *File { func
Dfile_plan9.go54 func NewFile(fd uintptr, name string) *File { func
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/plan9obj/
Dfile.go141 func NewFile(r io.ReaderAt) (*File, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/xcoff/
Dfile.go157 func NewFile(r io.ReaderAt) (*File, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/
Dfile.go229 func NewFile(r io.ReaderAt) (*File, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/elf/
Dfile.go278 func NewFile(r io.ReaderAt) (*File, error) { func
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerLoop.cpp469 const std::string &NewFile) { in RenameFeatureSetFile()
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_watcher_unittest.cc229 TEST_F(FilePathWatcherTest, NewFile) { in TEST_F() argument
/aosp_15_r20/external/llvm/utils/FileCheck/
H A DFileCheck.cpp667 SmallString<128> NewFile; in CanonicalizeInputFile() local
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_watcher_unittest.cc450 TEST_F(FilePathWatcherTest, NewFile) { in TEST_F() argument
1962 TEST_P(FilePathWatcherWithChangeInfoTest, NewFile) { in TEST_P() argument
/aosp_15_r20/external/clang/lib/Basic/
H A DSourceManager.cpp654 const FileEntry *NewFile) { in overrideFileContents()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp2213 auto NewFile = std::make_unique<RedirectingFileSystem::FileEntry>( in create() local