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

  /system/update_engine/payload_generator/
fake_filesystem.cc 41 void FakeFilesystem::AddFile(const std::string& filename,
  /external/chromium-trace/catapult/third_party/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/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 82 void AddFile(const string& name, const char* contents) {
111 void AddFile(const string& filename, const char* text) {
112 source_tree_.AddFile(filename, text);
125 AddFile("foo.proto",
142 AddFile("foo.proto",
148 AddFile("bar.proto",
187 AddFile("foo.proto",
200 AddFile("recursive1.proto",
203 AddFile("recursive2.proto",
221 AddFile(
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 53 bool SimpleDescriptorDatabase::DescriptorIndex<Value>::AddFile(
264 return index_.AddFile(*file, file);
313 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
descriptor.cc 428 bool AddFile(const FileDescriptor* file);
784 bool DescriptorPool::Tables::AddFile(const FileDescriptor* file) {
    [all...]
  /external/v8/build/android/gyp/util/
md5_check.py 63 new_metadata.AddFile(path, _Md5ForPath(path))
274 def AddFile(self, path, tag):
  /art/compiler/
oat_test.cc 244 bool AddFile(const char* location, const void* data, size_t size) {
637 success = zip_builder.AddFile("classes.dex",
655 success = zip_builder.AddFile("classes2.dex",
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 890 void CArchiveDatabaseOut::AddFile(const CFileItem &file, const CFileItem2 &file2, const UString &name)
  /external/v8/tools/gyp/pylib/gyp/
xcodeproj_file.py     [all...]
  /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...]

Completed in 600 milliseconds