Home
last modified time | relevance | path

Searched refs:pathName (Results 1 – 25 of 28) sorted by relevance

12

/external/curl/tests/python_dependencies/impacket/
Dsmbserver.py158 pathName = os.path.join(path,fileName)
166 if os.path.exists(pathName) is not True:
168 return 0,mode, pathName, errorCode
170 if os.path.isdir(pathName) and (fileAttributes & smb.ATTR_DIRECTORY) == 0:
173 return 0, mode, pathName, errorCode
185 fid = os.open(pathName, mode)
187 LOG.error("openFile: %s,%s" % (pathName, mode) ,e)
191 return fid, mode, pathName, errorCode
206 pathName = os.path.join(path,fileName)
207 fileSize = os.path.getsize(pathName)
[all …]
Dsmb3.py875 pathName = fileName
877 pathName = '\\\\' + self._Connection['ServerName'] + '\\' + fileName
882 self.GlobalFileTable[pathName] = fileEntry
887 parentDir = ntpath.dirname(pathName)
941 openFile['FileName'] = pathName
1399 def mkdir(self, shareName, pathName, password = None): argument
1401 pathName = string.replace(pathName,'/', '\\')
1402 pathName = ntpath.normpath(pathName)
1403 if len(pathName) > 0 and pathName[0] == '\\':
1404 pathName = pathName[1:]
[all …]
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp197 UString pathName; in OnInit() local
198 SplitPathToParts_Smart(DirPath, pathPrefix, pathName); in OnInit()
200 pathPrefix = pathName; in OnInit()
202 _pathName.SetText(pathName); in OnInit()
376 UString pathName; in OnOK() local
377 _pathName.GetText(pathName); in OnOK()
378 pathName.Trim(); in OnOK()
379 s += pathName; in OnOK()
/external/lzma/CPP/Windows/
DFileSystem.cpp58 UINT MyGetDriveType(CFSTR pathName) in MyGetDriveType() argument
63 return GetDriveType(fs2fas(pathName)); in MyGetDriveType()
68 return GetDriveTypeW(fs2us(pathName)); in MyGetDriveType()
DFileSystem.h21 UINT MyGetDriveType(CFSTR pathName);
DFileFind.h151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
/external/skia/src/ports/
DSkFontMgr_android.cpp57 SkTypeface_AndroidSystem(const SkString& pathName, in SkTypeface_AndroidSystem() argument
67 , fPathName(pathName) in SkTypeface_AndroidSystem()
187 SkString pathName(family.fBasePath); in SkFontStyleSet_Android() local
188 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android()
190 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(pathName.c_str()); in SkFontStyleSet_Android()
193 pathName.c_str()); in SkFontStyleSet_Android()
206 pathName.c_str()); in SkFontStyleSet_Android()
241 pathName, cacheFontFiles, ttcIndex, axisValues.get(), axisDefinitions.count(), in SkFontStyleSet_Android()
/external/skqp/src/ports/
DSkFontMgr_android.cpp57 SkTypeface_AndroidSystem(const SkString& pathName, in SkTypeface_AndroidSystem() argument
67 , fPathName(pathName) in SkTypeface_AndroidSystem()
187 SkString pathName(family.fBasePath); in SkFontStyleSet_Android() local
188 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android()
190 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(pathName.c_str()); in SkFontStyleSet_Android()
193 pathName.c_str()); in SkFontStyleSet_Android()
206 pathName.c_str()); in SkFontStyleSet_Android()
241 pathName, cacheFontFiles, ttcIndex, axisValues.get(), axisDefinitions.count(), in SkFontStyleSet_Android()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java438 for (String pathName : paths) { in handleCheck()
439 currentAttributesToIgnore.reset(pathName); in handleCheck()
440 PathHeader pathHeader = getPathHeaderFactory().fromPath(pathName); in handleCheck()
588 for (String pathName : retrievedPaths) { in getPathsWithValue()
589 Type thisPathType = Type.getType(pathName); in getPathsWithValue()
596 if (exclusions.reset(pathName).find() && thisPathType != Type.UNITS_COORDINATE) { in getPathsWithValue()
608 String otherValue = file.getWinningValue(pathName); in getPathsWithValue()
613 … String otherValue = SimpleXMLSource.normalizeCaseSensitive(file.getWinningValue(pathName)); in getPathsWithValue()
619 String newPath = currentAttributesToIgnore.reset(pathName).replaceAll(""); in getPathsWithValue()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapFactory.java73 protected static Bitmap decodeFile(String pathName) { in decodeFile() argument
74 return decodeFile(pathName, null); in decodeFile()
78 protected static Bitmap decodeFile(String pathName, BitmapFactory.Options options) { in decodeFile() argument
79 Bitmap bitmap = create("file:" + pathName, options); in decodeFile()
81 shadowBitmap.createdFromPath = pathName; in decodeFile()
DShadowBitmapRegionDecoder.java45 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance() argument
47 return fillWidthAndHeight(newInstance(), new FileInputStream(pathName)); in newInstance()
DShadowDrawable.java89 protected static Drawable createFromPath(String pathName) { in createFromPath() argument
92 shadowBitmapDrawable.drawableCreateFromPath = pathName; in createFromPath()
/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffWithParent.java48 String pathName = pp.getPrettyPath(path); in main() local
49 table.addRow().addCell(pathName).addCell(locale).addCell(value) in main()
59 table.addRow().addCell(pathName).addCell(parentLocale).addCell( in main()
DGenerateSidewaysView.java326 …private static PrintWriter showExemplars(PrintWriter out, String headerString, String pathName, St… in showExemplars() argument
329 PathHeader cleanPath = fixPath(pathName, null); in showExemplars()
/external/epid-sdk/doc/html/
Dnavtree.js58 function pathName() function
218 var srcPage = stripPath(pathName());
329 var link=stripPath(pathName())+':'+hash.substring(1);
476 storeLink(stripPath2(pathName())+hashUrl());
523 var clslink=stripPath(pathName())+':'+hashValue();
530 var link=stripPath2(pathName());
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DTestHelper_ClassLoader.java101 private Class<?> loadClassFromFile(String pathName, String className, in loadClassFromFile() argument
107 theFile = new File(pathName, classNameAsFile); in loadClassFromFile()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAppDataDirGuesser.java221 private File getWriteableDirectory(String pathName) { in getWriteableDirectory() argument
222 File dir = new File(pathName); in getWriteableDirectory()
/external/skia/tests/
DPathOpsExtendedTest.h62 void ShowPath(const SkPath& path, const char* pathName);
DPathOpsExtendedTest.cpp501 static void json_path_out(const SkPath& path, const char* pathName, const char* fillTypeName, in json_path_out() argument
512 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out()
520 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
/external/skqp/tests/
DPathOpsExtendedTest.h62 void ShowPath(const SkPath& path, const char* pathName);
DPathOpsExtendedTest.cpp501 static void json_path_out(const SkPath& path, const char* pathName, const char* fillTypeName, in json_path_out() argument
512 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out()
520 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java933 static Asset openAssetFromFileLocked(final String8 pathName, in openAssetFromFileLocked() argument
937 if (pathName.getPathExtension().toLowerCase().equals(".gz")) { in openAssetFromFileLocked()
939 pAsset = Asset.createFromCompressedFile(pathName.string(), mode); in openAssetFromFileLocked()
942 pAsset = Asset.createFromFile(pathName.string(), mode); in openAssetFromFileLocked()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp179 … const ProgramInterfaceDefinition::Program* program, const std::string& pathName, const ProgramInt…
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2864 static void showPathContours(SkPath::RawIter& iter, const char* pathName) { in showPathContours() argument
2870 SkDebugf(" %s.moveTo(", pathName); in showPathContours()
2875 SkDebugf(" %s.lineTo(", pathName); in showPathContours()
2880 SkDebugf(" %s.quadTo(", pathName); in showPathContours()
2885 SkDebugf(" %s.conicTo(", pathName); in showPathContours()
2890 SkDebugf(" %s.cubicTo(", pathName); in showPathContours()
2895 SkDebugf(" %s.close();\n", pathName); in showPathContours()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp2864 static void showPathContours(SkPath::RawIter& iter, const char* pathName) { in showPathContours() argument
2870 SkDebugf(" %s.moveTo(", pathName); in showPathContours()
2875 SkDebugf(" %s.lineTo(", pathName); in showPathContours()
2880 SkDebugf(" %s.quadTo(", pathName); in showPathContours()
2885 SkDebugf(" %s.conicTo(", pathName); in showPathContours()
2890 SkDebugf(" %s.cubicTo(", pathName); in showPathContours()
2895 SkDebugf(" %s.close();\n", pathName); in showPathContours()

12