Home
last modified time | relevance | path

Searched refs:PHYSFSX_addRelToSearchPath (Results 1 – 5 of 5) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/misc/
H A Dphysfsx.cpp238 PHYSFSX_addRelToSearchPath("data", pathname, physfs_search_path::append); // 'Data' subdirectory in PHYSFSX_init()
277 if (PHYSFSX_addRelToSearchPath(name1, *pathname.get(), position) == PHYSFS_ERR_OK || in make_PHYSFSX_ComputedPathMount()
278 PHYSFSX_addRelToSearchPath(name2, *pathname.get(), position) == PHYSFS_ERR_OK) in make_PHYSFSX_ComputedPathMount()
290 PHYSFS_ErrorCode PHYSFSX_addRelToSearchPath(const char *relname, std::array<char, PATH_MAX> &pathna… in PHYSFSX_addRelToSearchPath() function
654 if (PHYSFSX_addRelToSearchPath(name, *pathname.get(), position) == PHYSFS_ERR_OK) in make_PHYSFSX_ComputedPathMount()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Dmed.cpp352PHYSFSX_addRelToSearchPath("editor/data", pathname, physfs_search_path::append); // look in source… in init_editor()
353PHYSFSX_addRelToSearchPath("editor", pathname, physfs_search_path::append); // then in editor dir… in init_editor()
354PHYSFSX_addRelToSearchPath("editor.zip", pathname, physfs_search_path::append); // then in a zip f… in init_editor()
355 PHYSFSX_addRelToSearchPath("editor.dxa", pathname, physfs_search_path::append); // or addon pack in init_editor()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/d2x-rebirth/main/
H A Dmovie.cpp648 auto r = PHYSFSX_addRelToSearchPath(&filename[0], movie.pathname, physfs_search_path::prepend); in init_movie()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dmission.cpp941 …if (const auto r = PHYSFSX_addRelToSearchPath("descent.hog", pathname, physfs_search_path::prepend… in load_mission()
1012 PHYSFSX_addRelToSearchPath(mission_filename.data(), pathname, physfs_search_path::prepend); in load_mission()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dphysfsx.h444 PHYSFS_ErrorCode PHYSFSX_addRelToSearchPath(const char *relname, std::array<char, PATH_MAX> &realPa…