/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
GTest.java | 466 String getFileName(String fullPath) { 467 int pos = fullPath.lastIndexOf('/'); 469 return fullPath; 471 String fileName = fullPath.substring(pos + 1); 478 protected boolean isDeviceFileExecutable(String fullPath) throws DeviceNotAvailableException { 479 String fileMode = mDevice.executeShellCommand(String.format("ls -l %s", fullPath)); 489 * @param fullPath the full path of the file in question 492 protected boolean shouldSkipFile(String fullPath) throws DeviceNotAvailableException { 493 if (fullPath == null || fullPath.isEmpty()) [all...] |
GoogleBenchmarkTest.java | 207 * @param fullPath the full path of the file in question 210 protected boolean shouldSkipFile(String fullPath) { 211 if (fullPath == null || fullPath.isEmpty()) { 218 if (fullPath.matches(regex)) { 220 fullPath, regex));
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
DistributionPackageClass.py | 209 FullPath = Package.GetFullPath()
213 SearchPath = os.path.normpath(os.path.join(os.path.dirname(FullPath), IncludePath))
230 FullPath = Module.GetFullPath()
237 OriPath = os.path.normpath(os.path.dirname(FullPath))
244 NonMetaDataFileList = GetNonMetaDataFiles(os.path.dirname(FullPath), SkipList, False, PkgRelPath)
251 FullPath = Module.GetFullPath()
257 OriPath = os.path.normpath(os.path.dirname(FullPath))
261 NonMetaDataFileList = GetNonMetaDataFiles(os.path.dirname(FullPath), SkipList, False, ModulePath)
|
/external/ltp/testcases/kernel/controllers/libcontrollers/ |
libcontrollers.h | 48 char fullpath[PATH_MAX]; variable 50 char fullpath[1024]; /* Guess */ variable
|
/frameworks/base/tools/aapt/ |
DirectoryWalker.h | 80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); 81 stat(fullPath.string(),&mStats);
|
/frameworks/native/cmds/cmd/ |
cmd.cpp | 69 String8 fullPath(cwd); 70 fullPath.appendPath(path8); 72 aerr << "Open attempt after active for: " << fullPath << endl; 76 ALOGD("openFile: %s, full=%s", path8.string(), fullPath.string()); 97 int fd = open(fullPath.string(), flags, S_IRWXU|S_IRWXG); 107 getfilecon(fullPath.string(), &tmp); 118 << " (from path " << fullPath.string() << ", context " 132 << " (from path " << fullPath.string() << ", context "
|
/external/lzma/CPP/7zip/UI/Common/ |
EnumDirItems.cpp | 343 int phyParent, int logParent, const FString &fullPath,
347 NFind::CStreamEnumerator enumerator(fullPath);
354 return dirItems.AddError(fullPath + FTEXT(":*")); // , (DWORD)E_FAIL
542 FString fullPath = phyPrefix + us2fs(name);
573 fullPath = FCHAR_PATH_SEPARATOR;
579 fullPath.Add_PathSepar();
594 if (!fi.Find(fullPath))
596 RINOK(dirItems.AddError(fullPath));
603 RINOK(dirItems.AddError(fullPath, (DWORD)E_FAIL));
617 RINOK(dirItems.AddSecurityItem(fullPath, secureIndex)); [all...] |
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/ |
SkiaTest.java | 96 String fullPath = mNativeTestDevicePath + "/" 98 IFileEntry app = mDevice.getFileEntry(fullPath); 102 CLog.w("Could not find test %s in %s!", fullPath, mDevice.getSerialNumber()); 103 listener.testFailed(testId, "Device does not have " + fullPath); 238 String fullPath = app.getFullEscapedPath(); 240 mDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)); 249 String cmd = fullPath + " " + mFlags;
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 259 char* fullPath = NULL; 286 if (fullPath != NULL) { 287 free(fullPath); 289 fullPath = (char*)malloc(srcLen + strlen(de->d_name) + 2); 290 strcpy(fullPath, srcPath); 291 fullPath[srcLen] = '/'; 292 strcpy(fullPath+srcLen+1, de->d_name); 297 if (strcmp(SKIP_PATHS[i].path, fullPath) == 0) { 306 int ret = lstat(fullPath, &statBuffer); 310 fullPath, strerror(errno)) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
MetaDataTable.py | 169 FullPath VARCHAR NOT NULL,
183 # @param FullPath: FullPath of a File
187 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp):
188 (Name, ExtName, Path, FullPath) = ConvertToSqlString((Name, ExtName, Path, FullPath))
194 FullPath,
225 QueryScript = "select ID from %s where FullPath = '%s'" % (self.Table, str(File))
272 RecordList = self.Exec("select FullPath from %s where Model=%s" % (self.Table, FileType))
|
/external/python/cpython2/PCbuild/ |
pyproject.props | 112 string fullPath = System.IO.Path.GetFullPath(FileName); 113 Log.LogMessage("Looking for " + fullPath, MessageImportance.Normal); 117 if (fullPath.Equals(System.IO.Path.GetFullPath(p.MainModule.FileName), StringComparison.OrdinalIgnoreCase)) { 141 <MSBuild Projects="@(ProjectReference->'%(FullPath)')" 145 Condition="Exists(%(FullPath))"
|
/external/python/cpython3/PCbuild/ |
pyproject.props | 113 string fullPath = System.IO.Path.GetFullPath(FileName); 114 Log.LogMessage("Looking for " + fullPath, MessageImportance.Normal); 118 if (fullPath.Equals(System.IO.Path.GetFullPath(p.MainModule.FileName), StringComparison.OrdinalIgnoreCase)) { 142 <MSBuild Projects="@(ProjectReference->'%(FullPath)')" 146 Condition="Exists(%(FullPath))"
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/Build/WindowsVC2010/ |
OGLES2DisplacementMap.vcxproj | 181 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\DisMapScene.cpp" "%(FullPath)"</Command>
184 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\DisMapScene.cpp" "%(FullPath)"</Command>
187 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\DisMapScene.cpp" "%(FullPath)"</Command>
190 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -o "..\..\Content\DisMapScene.cpp" "%(FullPath)"</Command>
197 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\FragShader.cpp" "%(FullPath)"</Command>
200 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\FragShader.cpp" "%(FullPath)"</Command>
203 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\FragShader.cpp" "%(FullPath)"</Command>
206 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\FragShader.cpp" "%(FullPath)"</Command>
211 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\VertShader.cpp" "%(FullPath)"</Command>
214 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(ProjectDir)..\..\..\..\..\..\Utilities\Filewrap\Windows_x86_32\Filewrap.exe" -s -o "..\..\Content\VertShader.cpp" "%(FullPath)"</Command> [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
Interp.java | 109 public static String getTestsuiteDir(String fullPath, String fileName) { 110 return fullPath.substring(0, fullPath.length()-fileName.length());
|
/external/python/cpython2/Demo/tkinter/ttk/ |
dirbrowser.py | 14 path = tree.set(node, "fullpath") 51 path = os.path.abspath(tree.set(node, "fullpath")) 71 tree = ttk.Treeview(columns=("fullpath", "type", "size"),
|
/external/skia/tools/ |
picture_utils.cpp | 67 SkString fullPath = SkOSPath::Join(partialPath.c_str(), baseName.c_str()); 68 if (sk_tool_utils::EncodeImageToFile(fullPath.c_str(), bm, SkEncodedImageFormat::kPNG, 100)) { 71 SkDebugf("Failed to write the bitmap to %s.\n", fullPath.c_str());
|
/external/skqp/tools/ |
picture_utils.cpp | 67 SkString fullPath = SkOSPath::Join(partialPath.c_str(), baseName.c_str()); 68 if (sk_tool_utils::EncodeImageToFile(fullPath.c_str(), bm, SkEncodedImageFormat::kPNG, 100)) { 71 SkDebugf("Failed to write the bitmap to %s.\n", fullPath.c_str());
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Vol.c | 214 CHAR16 *FullPath;
224 FullPath = NULL;
281 StrnCatGrow(&FullPath, &Length, PathName, 0);
282 StrnCatGrow(&FullPath, &Length, L":\\", 0);
296 FullPath,
305 SHELL_FREE_NON_NULL(FullPath);
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
VtsFuzzTest.java | 225 * @param fullPath absolute file system path to gtest binary on device 230 final String fullPath, final String flags) throws DeviceNotAvailableException { 233 String cmd = getVtsFuzzTestCmdLine(fullPath, flags); 252 * @param fullPath absolute file system path to fuzzer binary on device 256 protected String getVtsFuzzTestCmdLine(String fullPath, String flags) { 258 cmdLine.append(String.format("%s %s", fullPath, flags));
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
BmBoot.c | 139 @param FullPath Receive the updated FV Device Path pointint to the file.
147 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
170 *FullPath = DuplicateDevicePath (FilePath);
193 FileBuffer = BmGetFileBufferByFvFilePath (NewDevicePath, FullPath, FileSize);
218 FileBuffer = BmGetFileBufferByFvFilePath (NewDevicePath, FullPath, FileSize);
558 @param FullPath Return the full device path of the load option after
569 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
589 FileBuffer = EfiBootManagerGetLoadOptionBuffer (FullDevicePath, FullPath, FileSize);
605 @param FullPath Return the full device path of the load option after
615 OUT EFI_DEVICE_PATH_PROTOCOL **FullPath,
[all...] |
/external/lzma/CPP/Windows/ |
FileName.h | 110 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
111 bool GetFullPath(CFSTR path, FString &fullPath);
|
/external/perfetto/tools/ |
find_scan_roots.py | 88 for fullpath, elem in root: 90 print fullpath
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
Path.cpp | 199 sys::Path FullPath(LibPaths[i]); 200 FullPath.appendComponent("lib" + name + LTDL_SHLIB_EXT); 201 if (FullPath.isDynamicLibrary()) 202 return FullPath; 203 FullPath.eraseSuffix(); 204 FullPath.appendSuffix("a"); 205 if (FullPath.isArchive()) 206 return FullPath;
|
/frameworks/rs/rsov/compiler/ |
Wrapper_test.cpp | 45 const std::string &fullPath = getAbsolutePath(testDataPath + testFile); 46 return readFile<uint32_t>(fullPath);
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
VectorDrawable_Delegate.java | [all...] |