Home
last modified time | relevance | path

Searched refs:absolute_source (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gn/
H A Dfind_headers.py22 absolute_source = sys.argv[2] variable
26 absolute_source = os.path.normpath(absolute_source) variable
32 gn_desc_cmd = [gn, 'desc', '.', '--root=%s' % absolute_source, '--format=json',
60 sources.add(os.path.join(absolute_source, os.path.normpath(name[2:])))
65 source_as_include = [os.path.relpath(source, absolute_source)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gn/
H A Dfind_headers.py22 absolute_source = sys.argv[2] variable
26 absolute_source = os.path.normpath(absolute_source) variable
32 gn_desc_cmd = [gn, 'desc', '.', '--root=%s' % absolute_source, '--format=json',
60 sources.add(os.path.join(absolute_source, os.path.normpath(name[2:])))
65 source_as_include = [os.path.relpath(source, absolute_source)
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dfiles_links.c67 const bool absolute_source = IsAbsoluteFileName(source); in VerifyLink() local
69 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyLink()
78 if (!absolute_source) /* relative path, must still check if exists */ in VerifyLink()
173 if (!link_correct && absolute_source && ChrootChanges()) in VerifyLink()
376 const bool absolute_source = IsAbsoluteFileName(source); in VerifyHardLink() local
378 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyHardLink()
387 if (!absolute_source) /* relative path, must still check if exists */ in VerifyHardLink()
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dfiles_links.c67 const bool absolute_source = IsAbsoluteFileName(source); in VerifyLink() local
69 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyLink()
78 if (!absolute_source) /* relative path, must still check if exists */ in VerifyLink()
173 if (!link_correct && absolute_source && ChrootChanges()) in VerifyLink()
376 const bool absolute_source = IsAbsoluteFileName(source); in VerifyHardLink() local
378 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyHardLink()
387 if (!absolute_source) /* relative path, must still check if exists */ in VerifyHardLink()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dfiles_links.c67 const bool absolute_source = IsAbsoluteFileName(source); in VerifyLink() local
69 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyLink()
78 if (!absolute_source) /* relative path, must still check if exists */ in VerifyLink()
173 if (!link_correct && absolute_source && ChrootChanges()) in VerifyLink()
376 const bool absolute_source = IsAbsoluteFileName(source); in VerifyHardLink() local
378 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyHardLink()
387 if (!absolute_source) /* relative path, must still check if exists */ in VerifyHardLink()
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dfiles_links.c67 const bool absolute_source = IsAbsoluteFileName(source); in VerifyLink() local
69 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyLink()
78 if (!absolute_source) /* relative path, must still check if exists */ in VerifyLink()
173 if (!link_correct && absolute_source && ChrootChanges()) in VerifyLink()
376 const bool absolute_source = IsAbsoluteFileName(source); in VerifyHardLink() local
378 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyHardLink()
387 if (!absolute_source) /* relative path, must still check if exists */ in VerifyHardLink()
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Dfiles_links.c67 const bool absolute_source = IsAbsoluteFileName(source); in VerifyLink() local
69 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyLink()
78 if (!absolute_source) /* relative path, must still check if exists */ in VerifyLink()
173 if (!link_correct && absolute_source && ChrootChanges()) in VerifyLink()
376 const bool absolute_source = IsAbsoluteFileName(source); in VerifyHardLink() local
378 if ((!absolute_source) && (*source != '.')) /* links without a directory reference */ in VerifyHardLink()
387 if (!absolute_source) /* relative path, must still check if exists */ in VerifyHardLink()
/dports/mail/pyzor/pyzor-1.0.0/pyzor/engines/
H A Dcommon.py57 absolute_source = True variable in BaseEngine
H A Dredis_v0.py44 absolute_source = False variable in RedisDBHandle
H A Dgdbm_.py32 absolute_source = True variable in GdbmDBHandle
H A Dredis_.py53 absolute_source = False variable in RedisDBHandle
H A Dmysql.py26 absolute_source = False variable in MySQLDBHandle
/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/
H A Dl_mainmenu.cpp706 std::string absolute_source = fs::RemoveRelativePathComponents(source); in l_copy_dir() local
708 if ((ModApiMainMenu::isMinetestPath(absolute_source)) && in l_copy_dir()
710 bool retval = fs::CopyDir(absolute_source,absolute_destination); in l_copy_dir()
714 retval &= fs::RecursiveDelete(absolute_source); in l_copy_dir()
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_mainmenu.cpp598 std::string absolute_source = fs::RemoveRelativePathComponents(source); in l_copy_dir() local
601 bool retval = fs::CopyDir(absolute_source,absolute_destination); in l_copy_dir()
605 retval &= fs::RecursiveDelete(absolute_source); in l_copy_dir()
/dports/mail/pyzor/pyzor-1.0.0/scripts/
H A Dpyzord295 if database_class.absolute_source: