Home
last modified time | relevance | path

Searched refs:_filename_path (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp14016 const char *const _filename_path = realpath(_filename,0); in _run() local
14017 if (!_filename_path || symlink(_filename_path,filename_tmp)) in _run()
14019 if (_filename_path) std::free((void*)_filename_path); in _run()
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp14252 const char *const _filename_path = realpath(_filename,0); local
14253 if (!_filename_path || symlink(_filename_path,filename_tmp))
14255 if (_filename_path) std::free((void*)_filename_path);
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp14488 const char *const _filename_path = realpath(_filename,0); in _run() local
14489 if (!_filename_path || symlink(_filename_path,filename_tmp)) in _run()
14491 if (_filename_path) std::free((void*)_filename_path); in _run()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/gmic/gmic/src/
H A Dgmic.cpp13242 const char *const _filename_path = realpath(_filename,0); in _run() local
13243 if (symlink(_filename_path,filename_tmp)) in _run()
13245 std::free((void*)_filename_path); in _run()