Home
last modified time | relevance | path

Searched refs:physicalName (Results 1 – 24 of 24) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModelIO_KEY.cpp17 static std::string physicalName(GModel *m, int dim, int num) in physicalName() function
45 physicalName(ge->model(), ge->dim(), ge->tag()).c_str(), in writeElementsKEY()
121 physicalName(this, dim, it->first).c_str(), ++setid); in writeKEY()
149 physicalName(this, dim, it->first).c_str(), ++setid); in writeKEY()
H A DGModelIO_TOCHNOG.cpp36 static std::string physicalName(GModel *m, int dim, int num) in physicalName() function
157 physicalName(this, dim, it->first).c_str()); in writeTOCHNOG()
191 physicalName(this, dim, it->first).c_str()); in writeTOCHNOG()
H A DGModelIO_INP.cpp35 static std::string physicalName(GModel *m, int dim, int num) in physicalName() function
113 physicalName(this, dim, it->first).c_str()); in writeINP()
148 physicalName(this, dim, it->first).c_str()); in writeINP()
H A DGModelIO_SU2.cpp12 static std::string physicalName(GModel *m, int dim, int num) in physicalName() function
105 physicalName(this, ndime - 1, it->first).c_str()); in writeSU2()
H A DGModelIO_UNV.cpp381 static std::string physicalName(GModel *m, int dim, int num) in physicalName() function
480 fprintf(fp, "%s\n", physicalName(this, dim, it->first).c_str()); in writeUNV()
H A DGModelIO_MSH4.cpp1337 std::string physicalName = ExtractDoubleQuotedString(name, 256); in _readMSH4() local
1338 if(physicalName.size()) in _readMSH4()
1340 setPhysicalName(iterators[dim], physicalName, dim, tag); in _readMSH4()
/dports/emulators/citra/citra-ac98458e0/src/core/file_sys/
H A Dlayered_fs.cpp204 if (FileUtil::IsDirectory(entry.physicalName)) { in LoadExtRelocations()
208 const auto path = entry.physicalName.substr(patch_ext_path.size()); in LoadExtRelocations()
233 FileUtil::IOFile patch_file(entry.physicalName, "rb"); in LoadExtRelocations()
235 LOG_ERROR(Service_FS, "LayeredFS Could not open file {}", entry.physicalName); in LoadExtRelocations()
242 LOG_ERROR(Service_FS, "LayeredFS Could not read file {}", entry.physicalName); in LoadExtRelocations()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/file_sys/
H A Dlayered_fs.cpp204 if (FileUtil::IsDirectory(entry.physicalName)) { in LoadExtRelocations()
208 const auto path = entry.physicalName.substr(patch_ext_path.size()); in LoadExtRelocations()
233 FileUtil::IOFile patch_file(entry.physicalName, "rb"); in LoadExtRelocations()
235 LOG_ERROR(Service_FS, "LayeredFS Could not open file {}", entry.physicalName); in LoadExtRelocations()
242 LOG_ERROR(Service_FS, "LayeredFS Could not read file {}", entry.physicalName); in LoadExtRelocations()
/dports/emulators/citra/citra-ac98458e0/src/common/
H A Dfile_util.h77 std::string physicalName; // name on disk member
86 ar& Path::make(physicalName); in serialize()
H A Dfile_util.cpp449 entry.physicalName = directory + DIR_SEP + virtual_name; in ScanDirectoryTree()
451 if (IsDirectory(entry.physicalName)) { in ScanDirectoryTree()
455 entry.size = ScanDirectoryTree(entry.physicalName, entry, recursion - 1); in ScanDirectoryTree()
462 entry.size = GetSize(entry.physicalName); in ScanDirectoryTree()
/dports/emulators/citra-qt5/citra-ac98458e0/src/common/
H A Dfile_util.h77 std::string physicalName; // name on disk member
86 ar& Path::make(physicalName); in serialize()
H A Dfile_util.cpp449 entry.physicalName = directory + DIR_SEP + virtual_name; in ScanDirectoryTree()
451 if (IsDirectory(entry.physicalName)) { in ScanDirectoryTree()
455 entry.size = ScanDirectoryTree(entry.physicalName, entry, recursion - 1); in ScanDirectoryTree()
462 entry.size = GetSize(entry.physicalName); in ScanDirectoryTree()
/dports/emulators/citra/citra-ac98458e0/src/core/
H A Dcustom_tex_cache.cpp70 AddTexturePath(hash, file.physicalName); in FindCustomTextures()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/
H A Dcustom_tex_cache.cpp70 AddTexturePath(hash, file.physicalName); in FindCustomTextures()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/common/
H A Dfile_util.cpp448 entry.physicalName = directory + DIR_SEP + virtual_name; in ScanDirectoryTree()
450 if (IsDirectory(entry.physicalName)) { in ScanDirectoryTree()
454 entry.size = ScanDirectoryTree(entry.physicalName, entry, recursion - 1); in ScanDirectoryTree()
461 entry.size = GetSize(entry.physicalName); in ScanDirectoryTree()
H A Dfile_util.h45 std::string physicalName; // name on disk member
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/
H A DFileUtil.h84 std::string physicalName; // Name on disk member
H A DFileSearch.cpp39 result.push_back(entry.physicalName); in FileSearchWithTest()
H A DFileUtil.cpp418 parent_entry.physicalName = directory; in ScanDirectoryTree()
464 entry.physicalName = physical_name; in ScanDirectoryTree()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerInterface/Pipes/
H A DPipes.cpp58 int fd = open(child.physicalName.c_str(), O_RDONLY | O_NONBLOCK); in PopulateDevices()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A DNDSSystem.cpp565 static int rom_init_path(const char *filename, const char *physicalName, const char *logicalFilenam… in rom_init_path() argument
577 …gameInfo.loadROM(physicalName ? physicalName : path.path, type); //n.b. this does nothing if the f… in rom_init_path()
586 gameInfo.loadROM(physicalName ? physicalName : path.path, type); in rom_init_path()
599 int NDS_LoadROM(const char *filename, const char *physicalName, const char *logicalFilename) in NDS_LoadROM() argument
607 ret = rom_init_path(filename, physicalName, logicalFilename); in NDS_LoadROM()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DDirectoryBlob.cpp333 ExistsAndIsValidDirectoryBlob(entry.physicalName + "/sys/main.dol")) in IsMainDolForNonGamePartition()
389 partitions.emplace_back(DirectoryBlobPartition(entry.physicalName + "/", m_is_wii), in DirectoryBlobReader()
827 m_contents.Add(*data_offset, entry.size, entry.physicalName); in WriteDirectory()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/IOS/FS/HostBackend/
H A DFS.cpp300 std::string name = entry.physicalName; in DoState()
314 File::IOFile handle(entry.physicalName, "rb"); in DoState()
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/doc/
H A Dresin-messaging.xtp443 <init physicalName="queue.test"/>