Home
last modified time | relevance | path

Searched refs:dirPath (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DCallSessionFileRotatingLogSink.java37 public static byte[] getLogData(String dirPath) { in getLogData() argument
38 return nativeGetLogData(dirPath); in getLogData()
42 String dirPath, int maxFileSize, Logging.Severity severity) { in CallSessionFileRotatingLogSink() argument
43 nativeSink = nativeAddSink(dirPath, maxFileSize, severity.ordinal()); in CallSessionFileRotatingLogSink()
54 String dirPath, int maxFileSize, int severity); in nativeAddSink() argument
56 private static native byte[] nativeGetLogData(String dirPath); in nativeGetLogData() argument
/external/cldr/tools/java/org/unicode/cldr/icu/
DIcuDataSplitter.java49 String dirPath = si.targetDirPath; in make() local
50 if (!targetDirs.containsKey(dirPath)) { in make()
51 File dir = new File(dirPath); in make()
53 dir = new File(mainDirPath, "/../" + dirPath); in make()
58 "File \"" + dirPath + "\" exists and is not a directory"); in make()
62 "Cannot write to directory \"" + dirPath + "\""); in make()
70 canonicalPath = dirPath; in make()
76 targetDirs.put(dirPath, dir); in make()
DResourceSplitter.java99 String dirPath = si.targetDirPath; in ResourceSplitter() local
100 if (!targetDirs.containsKey(dirPath)) { in ResourceSplitter()
101 File dir = new File(dirPath); in ResourceSplitter()
103 dir = new File(baseDir, dirPath); in ResourceSplitter()
108 "File \"" + dirPath + "\" exists and is not a directory"); in ResourceSplitter()
112 "Cannot write to directory \"" + dirPath + "\""); in ResourceSplitter()
117 "Unable to create directory path \"" + dirPath + "\""); in ResourceSplitter()
120 targetDirs.put(dirPath, dir); in ResourceSplitter()
217 private void generateTargetIfNeeded(String resName, String dirPath) { in generateTargetIfNeeded() argument
218 File targetDir = targetDirs.get(dirPath); in generateTargetIfNeeded()
[all …]
DIcuTextWriter.java96 public static void writeToFile(IcuData icuData, String dirPath) throws IOException { in writeToFile() argument
98 PrintWriter out = FileUtilities.openUTF8Writer(dirPath, name + ".txt"); in writeToFile()
DKeyTypeDataConverter.java153 String dirPath = dir.getAbsolutePath(); in getDocuments() local
157 String filePath = dirPath + File.separator + fileName; in getDocuments()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractEngine.cpp62 FString dirPath = DestFolder; in Process2() local
63 NName::NormalizeDirPathPrefix(dirPath); in Process2()
65 if (!CreateComplexDir(dirPath)) in Process2()
71 fs2us(dirPath)); in Process2()
76 ExtractCallbackSpec->Init(ArchiveLink.GetArchive(), dirPath, (UString)"Default", fi.MTime, 0); in Process2()
/external/webrtc/talk/app/webrtc/objc/
DRTCFileLogger.mm60 - (instancetype)initWithDirPath:(NSString *)dirPath
62 return [self initWithDirPath:dirPath
67 - (instancetype)initWithDirPath:(NSString *)dirPath
70 NSParameterAssert(dirPath.length);
75 if ([fileManager fileExistsAtPath:dirPath isDirectory:&isDir]) {
81 if (![fileManager createDirectoryAtPath:dirPath
89 _dirPath = dirPath;
/external/lzma/CPP/Windows/
DFileName.cpp44 void NormalizeDirPathPrefix(FString &dirPath) in NormalizeDirPathPrefix() argument
46 if (dirPath.IsEmpty()) in NormalizeDirPathPrefix()
48 if (!IsPathSepar(dirPath.Back())) in NormalizeDirPathPrefix()
49 dirPath.Add_PathSepar(); in NormalizeDirPathPrefix()
53 void NormalizeDirPathPrefix(UString &dirPath) in NormalizeDirPathPrefix() argument
55 if (dirPath.IsEmpty()) in NormalizeDirPathPrefix()
57 if (!IsPathSepar(dirPath.Back())) in NormalizeDirPathPrefix()
58 dirPath.Add_PathSepar(); in NormalizeDirPathPrefix()
DFileName.h17 void NormalizeDirPathPrefix(FString &dirPath); // ensures that it ended with '\\', if dirPath is no…
18 void NormalizeDirPathPrefix(UString &dirPath);
/external/webrtc/talk/app/webrtc/objc/public/
DRTCFileLogger.h68 - (instancetype)initWithDirPath:(NSString *)dirPath
71 - (instancetype)initWithDirPath:(NSString *)dirPath
/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp259 FilePath dirPath = FilePath::normalize(path); in createDirectory() local
260 FilePath parentPath (dirPath.getDirName()); in createDirectory()
262 if (dirPath.exists()) in createDirectory()
/external/google-breakpad/src/client/mac/crash_generation/
DConfigFile.h38 BOOL EnsureDirectoryPathExists(NSString *dirPath);
DConfigFile.mm45 BOOL EnsureDirectoryPathExists(NSString *dirPath) {
52 return [mgr createDirectoryAtPath:dirPath
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java306 String dirPath = CLDRPaths.BASE_DIRECTORY + directory; in TestNonLdml() local
307 for (String fileName : new File(dirPath).list()) { in TestNonLdml()
308 File dir2 = new File(dirPath + fileName); in TestNonLdml()
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1571 dirPath = os.path.normpath(os.path.dirname(__file__))
1572 toolPath = os.path.join(dirPath, "seticon.app/Contents/MacOS/seticon")
1573 …if not os.path.exists(toolPath) or os.stat(toolPath).st_mtime < os.stat(dirPath + '/seticon.m').st…
1576 appPath = os.path.join(dirPath, "seticon.app/Contents/MacOS")
1580 shellQuote(toolPath), shellQuote(dirPath)))
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1573 dirPath = os.path.normpath(os.path.dirname(__file__))
1574 toolPath = os.path.join(dirPath, "seticon.app/Contents/MacOS/seticon")
1575 …if not os.path.exists(toolPath) or os.stat(toolPath).st_mtime < os.stat(dirPath + '/seticon.m').st…
1578 appPath = os.path.join(dirPath, "seticon.app/Contents/MacOS")
1582 shellQuote(toolPath), shellQuote(dirPath)))
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPath.inc556 std::string dirPath = path;
557 if (!lastIsSlash(dirPath))
558 dirPath += '/';
564 Path aPath(dirPath + (const char*)de->d_name);
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp73 HRESULT CDirItems::ScanProgress(const FString &dirPath) in ScanProgress() argument
76 return Callback->ScanProgress(Stat, dirPath, true); in ScanProgress()
/external/deqp/scripts/android/
Dbuild_apk.py283 def getFiles (dirPath): argument
284 for root, dirs, files in os.walk(dirPath):