HomeSort by relevance Sort by last modified time
    Searched refs:normPath (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/path/filepath/
symlink_windows.go 75 var normPath string
79 normPath = path + `\` + normPath
89 normPath = name + `\` + normPath
96 normPath = `\` + normPath
104 normPath = normPath[:len(normPath)-1] // remove trailing '\
    [all...]
  /prebuilts/go/linux-x86/src/path/filepath/
symlink_windows.go 75 var normPath string
79 normPath = path + `\` + normPath
89 normPath = name + `\` + normPath
96 normPath = `\` + normPath
104 normPath = normPath[:len(normPath)-1] // remove trailing '\
    [all...]
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 173 FilePath normPath = FilePath::normalize(*this);
175 int result = stat(normPath.getPath(), &st);
181 FilePath normPath = FilePath::normalize(*this);
183 int result = stat(normPath.getPath(), &st);

Completed in 514 milliseconds