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

  /art/runtime/base/
scoped_flock.cc 117 File* ScopedFlock::GetFile() const {
  /art/runtime/
common_runtime_test.h 69 File* GetFile() const {
oat_file_assistant.cc 144 unlink(flock_.GetFile()->GetPath().c_str());
261 const OatFile* file = oat_.GetFile();
282 const OatFile* file = odex_.GetFile();
826 const OatFile* odex_file = odex_.GetFile();
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTResourceFile.cpp 135 m_bOpen = m_bMemoryFile = CPVRTMemoryFileSystem::GetFile(pszFilename, (const void**)(&m_pData), &m_Size);
293 @Function GetFile
301 bool CPVRTMemoryFileSystem::GetFile(const char* pszFilename, const void** ppBuffer, size_t* pSize)
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 296 def GetFile(self, filename, destfile=None):
305 logging.debug("GetFile(%s, %s)" % (filename, destfile))
332 self.GetFile(filename, t.name)
  /system/core/base/
logging.cpp 354 const char* GetFile() const {
414 LogLine(data_->GetFile(), data_->GetLineNumber(), data_->GetId(),
422 LogLine(data_->GetFile(), data_->GetLineNumber(), data_->GetId(),
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 170 PDX_REMOTE_METHOD(GetFile, kOpGetFile, LocalHandle(const std::string&, int));
183 SendTestType, SendVector, Rot13, NoArgs, SendFile, GetFile,
272 LocalHandle GetFile(const std::string& path, int mode) {
274 InvokeRemoteMethod<TestInterface::GetFile>(path, mode);
281 int GetFile(const std::string& path, int mode, LocalHandle* fd_out) {
283 InvokeRemoteMethodInPlace<TestInterface::GetFile>(fd_out, path, mode);
397 case TestInterface::GetFile::Opcode:
398 DispatchRemoteMethod<TestInterface::GetFile>(
660 fd = client->GetFile("/dev/zero", O_RDONLY);
669 const int error = client->GetFile("/dev/zero", O_RDONLY, &fd)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 738 static void GetFile(const CDatabase &inDb, int index, CFileItem &file, CFileItem2 &file2)
972 GetFile(*db, ui.IndexInArchive, file, file2);
1020 GetFile(*db, ui.IndexInArchive, file, file2);
1154 GetFile(*db, fi, file, file2);
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 427 static PyObject* GetFile(PyBaseDescriptor *self, void *closure) {
589 { "file", (getter)GetFile, NULL, "File descriptor"},
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits.h 209 virtual HRESULT WINAPI GetFile(IBackgroundCopyFile **pVal) = 0;
221 HRESULT (WINAPI *GetFile)(IBackgroundCopyError *This,IBackgroundCopyFile **pVal);
235 #define IBackgroundCopyError_GetFile(This,pVal) (This)->lpVtbl->GetFile(This,pVal)
    [all...]
qmgr.h 126 virtual HRESULT WINAPI GetFile(ULONG cFileIndex,FILESETINFO *pFileInfo) = 0;
141 HRESULT (WINAPI *GetFile)(IBackgroundCopyJob1 *This,ULONG cFileIndex,FILESETINFO *pFileInfo);
158 #define IBackgroundCopyJob1_GetFile(This,cFileIndex,pFileInfo) (This)->lpVtbl->GetFile(This,cFileIndex,pFileInfo)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 307 const FileDescriptor* GetFile() const {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 416 milliseconds