HomeSort by relevance Sort by last modified time
    Searched defs:AddFile (Results 1 - 20 of 20) sorted by null

  /system/update_engine/payload_generator/
fake_filesystem.cc 41 void FakeFilesystem::AddFile(const std::string& filename,
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
fake_fs.py 64 def AddFile(self, path, contents):
  /external/google-breakpad/src/common/linux/
libcurl_wrapper.cc 84 bool LibcurlWrapper::AddFile(const string& upload_file_path,
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 55 void AddFile(const string& path);
134 void IncludeFinderPPCallbacks::AddFile(const string& path) {
184 AddFile(last_inclusion_directive_);
204 AddFile(main_file->getName());
  /external/libmojo/build/android/gyp/util/
md5_check.py 63 new_metadata.AddFile(path, _Md5ForPath(path))
282 def AddFile(self, path, tag):
  /external/protobuf/src/google/protobuf/compiler/cpp/
metadata_test.cc 76 void AddFile(const string& filename, const string& data) {
196 AddFile("test.proto", kSmallTestFile);
213 AddFile("test.proto", kSmallTestFile);
225 AddFile("test.proto", kSmallTestFile);
  /prebuilts/go/darwin-x86/src/go/token/
position.go 57 // AddFile.
60 // first add the respective file to the current file set using FileSet.AddFile
93 name string // file name as provided to AddFile
95 size int // file size as provided to AddFile
103 // Name returns the file name of file f as registered with AddFile.
108 // Base returns the base offset of file f as registered with AddFile.
113 // Size returns the size of file f as registered with AddFile.
341 // AddFile when adding the next file.
351 // AddFile adds a new file with a given filename, base offset, and file size
367 func (s *FileSet) AddFile(filename string, base, size int) *File
    [all...]
  /prebuilts/go/linux-x86/src/go/token/
position.go 57 // AddFile.
60 // first add the respective file to the current file set using FileSet.AddFile
93 name string // file name as provided to AddFile
95 size int // file size as provided to AddFile
103 // Name returns the file name of file f as registered with AddFile.
108 // Base returns the base offset of file f as registered with AddFile.
113 // Size returns the size of file f as registered with AddFile.
341 // AddFile when adding the next file.
351 // AddFile adds a new file with a given filename, base offset, and file size
367 func (s *FileSet) AddFile(filename string, base, size int) *File
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 99 void AddFile(const string& name, const char* contents) {
128 void AddFile(const string& filename, const char* text) {
129 source_tree_.AddFile(filename, text);
143 AddFile("foo.proto",
160 AddFile("foo.proto",
166 AddFile("bar.proto",
205 AddFile("foo.proto",
218 AddFile("recursive1.proto",
221 AddFile("recursive2.proto",
261 void AddFile(const string& filename, const char* contents)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile(
263 return index_.AddFile(*file, file);
312 return index_.AddFile(file, std::make_pair(encoded_file_descriptor, size));
descriptor.cc 485 bool AddFile(const FileDescriptor* file);
    [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 286 bool AddFile(const char* location, const void* data, size_t size) {
721 success = zip_builder.AddFile("classes.dex",
739 success = zip_builder.AddFile("classes2.dex",
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 903 void CArchiveDatabaseOut::AddFile(const CFileItem &file, const CFileItem2 &file2, const UString &name)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 112 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob2 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
161 #define IBackgroundCopyJob2_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl,LocalName)
bits2_0.h 94 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob3 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
147 #define IBackgroundCopyJob3_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl -> AddFile(This,RemoteUrl,LocalName)
bits.h 298 virtual HRESULT WINAPI AddFile(LPCWSTR RemoteUrl,LPCWSTR LocalName) = 0;
337 HRESULT (WINAPI *AddFile)(IBackgroundCopyJob *This,LPCWSTR RemoteUrl,LPCWSTR LocalName);
378 #define IBackgroundCopyJob_AddFile(This,RemoteUrl,LocalName) (This)->lpVtbl->AddFile(This,RemoteUrl,LocalName)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c     [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 445 milliseconds