Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/SvnLib/
H A DSvnLib.cpp159 bool Svn::IsLocalPath(String const &path) in IsLocalPath() function in Svn
177 return IsLocalPath(path) || IsRemotePath(path); in IsRepositoryPath()
643 if(!IsLocalPath(FileName)) in Add()
670 if(!IsLocalPath(FileNames[i])) in Add()
700 if(!IsLocalPath(FileName)) in Delete()
727 if(!IsLocalPath(FileNames[i])) in Delete()
H A DSvnLib.h161 bool IsLocalPath(String const &path);
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fuse/
H A Dremote-cache.h66 bool CC IsLocalPath ( const char * Path );
H A Dremote-fuser.c95 if ( IsLocalPath ( xml_path ) ) { in Initialize()
H A Dremote-xml.c288 RCt = IsLocalPath ( Url ) in _XML_DocumentOpenAndSomethingElse()
H A Dremote-cache.c219 IsLocalPath ( const char * Path ) in IsLocalPath() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Dfileutil.hpp159 bool IsLocalPath(const string& path);
H A Dmoduleset.cpp284 if ( !IsLocalPath(m_PrefixFromSourceFileName) ) { in GetFileNamePrefix()
H A Dfileutil.cpp198 bool IsLocalPath(const string& path) in IsLocalPath() function
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Dfileutil.hpp159 bool IsLocalPath(const string& path);
H A Dmoduleset.cpp284 if ( !IsLocalPath(m_PrefixFromSourceFileName) ) { in GetFileNamePrefix()
H A Dfileutil.cpp198 bool IsLocalPath(const string& path) in IsLocalPath() function
/dports/devel/msbuild/msbuild-0.06/src/Tasks/ManifestUtil/
H A DPathUtil.cs74 public static bool IsLocalPath(string path) in IsLocalPath() method in Microsoft.Build.Tasks.Deployment.ManifestUtilities.PathUtil
H A DDeployManifest.cs578 if (!String.IsNullOrEmpty(_deploymentUrl) && PathUtil.IsLocalPath(_deploymentUrl)) in ValidateDeploymentProvider()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fuse/unix/
H A Dremote-fuser-sys.c609 if ( ! IsLocalPath ( xml_path ) ) { in KMain()