HomeSort by relevance Sort by last modified time
    Searched defs:isAbsPath (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/go/build/
build.go 71 // IsAbsPath reports whether path is an absolute path.
72 // If IsAbsPath is nil, Import uses filepath.IsAbs.
73 IsAbsPath func(path string) bool
114 // isAbsPath calls ctxt.IsAbsPath (if not nil) or else filepath.IsAbs.
115 func (ctxt *Context) isAbsPath(path string) bool {
116 if f := ctxt.IsAbsPath; f != nil {
527 if !ctxt.isAbsPath(path) {
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
build.go 71 // IsAbsPath reports whether path is an absolute path.
72 // If IsAbsPath is nil, Import uses filepath.IsAbs.
73 IsAbsPath func(path string) bool
114 // isAbsPath calls ctxt.IsAbsPath (if not nil) or else filepath.IsAbs.
115 func (ctxt *Context) isAbsPath(path string) bool {
116 if f := ctxt.IsAbsPath; f != nil {
527 if !ctxt.isAbsPath(path) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 296 bool isAbsPath = false;
302 isAbsPath = true;
307 isAbsPath = true;
312 if (_pathMode == NExtract::NPathMode::kAbsPaths && isAbsPath)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 452 milliseconds