Home
last modified time | relevance | path

Searched refs:PhysicalFile (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/Debug/
DFile.cpp93 struct PhysicalFile : public FileBase struct
95 PhysicalFile(ID id,
102 PhysicalFile::PhysicalFile(ID id, in PhysicalFile() function in __anon3d5028020111::PhysicalFile
108 bool PhysicalFile::isVirtual() const in isVirtual()
131 return std::make_shared<PhysicalFile>(id, dir.c_str(), name.c_str()); in createPhysical()
133 return std::make_shared<PhysicalFile>(id, "", std::move(path)); in createPhysical()
/external/pdfium/third_party/lcms/src/
Dcmsio0.c117 iohandler ->PhysicalFile[0] = 0; in cmsOpenIOhandlerFromNULL()
295 iohandler ->PhysicalFile[0] = 0; in cmsOpenIOhandlerFromMem()
427 strncpy(iohandler -> PhysicalFile, FileName, sizeof(iohandler -> PhysicalFile)-1); in cmsOpenIOhandlerFromFile()
428 iohandler -> PhysicalFile[sizeof(iohandler -> PhysicalFile)-1] = 0; in cmsOpenIOhandlerFromFile()
459 iohandler -> PhysicalFile[0] = 0; in cmsOpenIOhandlerFromStream()
1471 rc &= cmsSaveProfileToFile(hProfile, Icc ->IOhandler->PhysicalFile); in cmsCloseProfile()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h119 char PhysicalFile[cmsMAX_PATH]; member