HomeSort by relevance Sort by last modified time
    Searched full:resultpath (Results 1 - 15 of 15) sorted by null

  /external/lzma/CPP/Windows/
FileDir.h 47 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
48 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex);
52 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex);
53 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath);
55 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath,
57 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
64 bool MyGetCurrentDirectory(CSysString &resultPath);
67 bool MyGetCurrentDirectory(UString &resultPath);
70 bool MySearchPath(LPCTSTR path, LPCTSTR fileName, LPCTSTR extension, CSysString &resultPath, UINT32 &filePart);
72 bool MySearchPath(LPCWSTR path, LPCWSTR fileName, LPCWSTR extension, UString &resultPath, UINT32 &filePart);
    [all...]
FileDir.cpp 467 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath)
469 resultPath = fileName;
473 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex)
475 resultPath = fileName;
477 fileNamePartStartIndex = resultPath.ReverseFind(WCHAR_PATH_SEPARATOR);
523 bool MyGetFullPathName(LPCTSTR fileName, CSysString &resultPath, int &fileNamePartStartIndex)
525 resultPath.Empty();
527 LPTSTR buffer = resultPath.GetBuffer(MAX_PATH);
529 resultPath.ReleaseBuffer();
536 buffer = resultPath.GetBuffer(needLength + 1);
    [all...]
  /external/llvm/lib/Support/
Path.cpp 166 llvm::SmallVectorImpl<char> &ResultPath,
651 SmallVectorImpl<char> &ResultPath, unsigned Mode) {
652 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File);
656 SmallVectorImpl<char> &ResultPath) {
658 return createUniqueEntity(Model, Dummy, ResultPath, false, 0, FS_Name);
662 llvm::SmallVectorImpl<char> &ResultPath,
669 return createUniqueEntity(P.begin(), ResultFD, ResultPath,
675 llvm::SmallVectorImpl<char> &ResultPath,
678 return createTemporaryFile(Prefix + Middle + Suffix, ResultFD, ResultPath,
685 SmallVectorImpl<char> &ResultPath) {
    [all...]
  /external/llvm/lib/Support/Unix/
Path.inc 110 SmallVectorImpl<char> &ResultPath,
129 ResultPath = ModelStorage;
131 ResultPath.push_back(0);
132 ResultPath.pop_back();
138 ResultPath[i] = "0123456789abcdef"[sys::Process::GetRandomNumber() & 15];
144 int RandomFD = ::open(ResultPath.begin(), O_RDWR | O_CREAT | O_EXCL, Mode);
159 error_code EC = sys::fs::exists(ResultPath.begin(), Exists);
169 error_code EC = sys::fs::create_directory(ResultPath.begin(), Existed);
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 187 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLWeightPathsProc)(GrGLuint resultPath, GrGLsizei numPaths, const GrGLuint paths[], const GrGLfloat weights[]);
188 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCopyPathProc)(GrGLuint resultPath, GrGLuint srcPath);
189 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLInterpolatePathsProc)(GrGLuint resultPath, GrGLuint pathA, GrGLuint pathB, GrGLfloat weight);
190 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTransformPathProc)(GrGLuint resultPath, GrGLuint srcPath, GrGLenum transformType, const GrGLfloat *transformValues);
  /external/skia/include/gpu/gl/
GrGLFunctions.h 187 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLWeightPathsProc)(GrGLuint resultPath, GrGLsizei numPaths, const GrGLuint paths[], const GrGLfloat weights[]);
188 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCopyPathProc)(GrGLuint resultPath, GrGLuint srcPath);
189 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLInterpolatePathsProc)(GrGLuint resultPath, GrGLuint pathA, GrGLuint pathB, GrGLfloat weight);
190 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTransformPathProc)(GrGLuint resultPath, GrGLuint srcPath, GrGLenum transformType, const GrGLfloat *transformValues);
  /external/llvm/include/llvm/Support/
FileSystem.h 580 /// @param ResultPath Set to the opened file's absolute path.
584 SmallVectorImpl<char> &ResultPath,
589 SmallVectorImpl<char> &ResultPath);
601 SmallVectorImpl<char> &ResultPath);
605 SmallVectorImpl<char> &ResultPath);
608 SmallVectorImpl<char> &ResultPath);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 247 SmallString<128> Model, ResultPath;
251 llvm::sys::fs::createUniqueFile(Model.str(), FD, ResultPath)) {
261 llvm::sys::path::filename(ResultPath));
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 392 UString resultPath;
394 if (!NFile::NDirectory::MyGetFullPathName(archivePath.GetFinalPath(), resultPath, pos))
396 NFile::NDirectory::CreateComplexDirectory(resultPath.Left(pos));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 351 milliseconds