Searched refs:PhysicalFile (Results 1 – 3 of 3) sorted by relevance
93 struct PhysicalFile : public FileBase struct95 PhysicalFile(ID id,102 PhysicalFile::PhysicalFile(ID id, in PhysicalFile() function in __anon4a0641290111::PhysicalFile108 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()
117 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()
119 char PhysicalFile[cmsMAX_PATH]; member