Searched refs:fullPath (Results 1 – 11 of 11) sorted by relevance
216 String getFileName(String fullPath) { in getFileName() argument217 int pos = fullPath.lastIndexOf('/'); in getFileName()219 return fullPath; in getFileName()221 String fileName = fullPath.substring(pos + 1); in getFileName()234 protected boolean shouldSkipFile(String fullPath) throws DeviceNotAvailableException { in shouldSkipFile() argument235 if (fullPath == null || fullPath.isEmpty()) { in shouldSkipFile()239 if (!mDevice.isExecutable(fullPath)) { in shouldSkipFile()247 if (fullPath.matches(regex)) { in shouldSkipFile()248 CLog.i("File %s matches exclusion file regex %s, skipping", fullPath, regex); in shouldSkipFile()278 protected String getGTestCmdLine(String fullPath, String flags) { in getGTestCmdLine() argument[all …]
161 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory() local162 Log.i(LOG_TAG, String.format("Running native stress test %s on %s", fullPath, in doRunAllTestsInSubdirectory()165 testDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)); in doRunAllTestsInSubdirectory()177 testDevice.executeShellCommand(String.format("%s -s %d -e %d", fullPath, in doRunAllTestsInSubdirectory()
184 String fullPath = rootEntry.getFullEscapedPath(); in doRunAllTestsInSubdirectory() local191 testDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)); in doRunAllTestsInSubdirectory()204 String cmd = String.format("%s -n %d -d %f -c %d -s %d", fullPath, in doRunAllTestsInSubdirectory()
282 protected boolean shouldSkipFile(String fullPath) { in shouldSkipFile() argument283 if (fullPath == null || fullPath.isEmpty()) { in shouldSkipFile()290 if (fullPath.matches(regex)) { in shouldSkipFile()292 fullPath, regex)); in shouldSkipFile()
155 final IShellOutputReceiver resultParser, final String fullPath, final String flags) { in runTest() argument166 String cmd = getGTestCmdLine(fullPath, flags); in runTest()
556 protected String getGTestCmdLine(String fullPath, String flags) { in getGTestCmdLine() argument571 gTestCmdLine.append(String.format("%s %s", fullPath, flags)); in getGTestCmdLine()
109 private boolean shouldSkipFile(String fullPath) throws DeviceNotAvailableException { in shouldSkipFile() argument110 return fullPath == null || fullPath.isEmpty() || !mDevice.isExecutable(fullPath); in shouldSkipFile()158 final String fullPath) in runTest() argument161 CLog.d("RustBinaryTest runTest: " + fullPath); in runTest()165 cmd = "GCOV_PREFIX=/data/misc/trace/testcoverage " + fullPath; in runTest()167 cmd = fullPath; in runTest()181 listener.testRunStarted(new File(fullPath).getName(), testCount, 0, startTimeMs); in runTest()
50 String fullPath = rootPath + FileListingService.FILE_SEPARATOR + childName; in setMockDirContents() local51 EasyMock.expect(childMockEntry.getFullEscapedPath()).andStubReturn(fullPath); in setMockDirContents()
754 public boolean isExecutable(String fullPath) throws DeviceNotAvailableException; in isExecutable() argument
1176 String fullPath = new File(externalPath, remoteFilePath).getPath(); in pullFileFromExternal() local1177 return pullFile(fullPath); in pullFileFromExternal()1506 public boolean isExecutable(String fullPath) throws DeviceNotAvailableException { in isExecutable() argument1507 String fileMode = executeShellCommand(String.format("ls -l %s", fullPath)); in isExecutable()1658 String fullPath = item.getFullPath(); in pullDir() local1659 if (!pullFile(fullPath, localFile)) { in pullDir()1660 CLog.w("Failed to pull file %s from device, aborting", fullPath); in pullDir()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...