Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 31) sorted by relevance

12

/test/vts/utils/python/os/
Dpath_utils.py19 def JoinTargetPath(path, *paths): argument
32 def TargetBaseName(path): argument
44 def TargetDirName(path): argument
56 def TargetNormPath(path): argument
/test/vts/utils/python/io/
Dfile_util.py42 def Rmdirs(path, ignore_errors=False): argument
63 def Mkdir(path, skip_if_exists=True): argument
90 def Makedirs(path, skip_if_exists=True): argument
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DAppCrawlTesterHostPreparer.java118 String path = testInfo.getBuildInfo().getBuildAttributes().get(key); in getPathFromBuildInfo() local
123 static void setSdkPath(TestInformation testInfo, Path path) { in setSdkPath()
128 static void setCrawlerBinPath(TestInformation testInfo, Path path) { in setCrawlerBinPath()
133 static void setCredentialPath(TestInformation testInfo, Path path) { in setCredentialPath()
182 private static void cleanUp(Path path) throws IOException { in cleanUp()
DModuleTemplate.java160 private String getTemplateNameFromTemplateFile(String path) { in getTemplateNameFromTemplateFile()
163 "Unexpected file extension for template path: " + path); in getTemplateNameFromTemplateFile() local
/test/vts-testcase/vndk/
Dutils.py210 def Exists(self, path): argument
214 def IsDirectory(self, path): argument
218 def _Stat(self, fmt, path): argument
226 def IsExecutable(self, path): argument
230 def FindFiles(self, path, name_pattern, *options): argument
/test/vts/utils/python/file/
Dtarget_file_utils.py54 def IsDirectory(path, shell): argument
67 def FindFiles(shell, path, name_pattern, options=None): argument
122 def GetPermission(path, shell): argument
298 def assertPermissionsAndExistence(shell, path, check_permission): argument
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DAppCrawlTesterHostPreparerTest.java56 Path path = Path.of("some"); in getSdkPath_wasSet_returnsPath() local
73 Path path = Path.of("some"); in getCrawlerBinPath_wasSet_returnsPath() local
90 Path path = Path.of("some"); in getCredentialPath_wasSet_returnsPath() local
DModuleTemplateTest.java237 ConfigurationBuilder setExtraTemplateContent(String path, String content) { in setExtraTemplateContent()
242 ConfigurationBuilder addExtraTemplatePath(String path) { in addExtraTemplatePath()
/test/app_compat/csuite/tools/script/
Dgenerate_module.py137 def _remove_empty_dirs(path): argument
188 def _file_path(path): argument
194 def _dir_path(path): argument
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py61 path, argument
167 def path(self): member in BinaryTestCase
172 def path(self, path): argument
Dbinary_test.py430 def CreateTestCase(self, path, tag=''): argument
/test/vts-testcase/security/poc/target/kernel_sound/28838221/
Dpoc.cpp17 const char* path = host_input.params["path"].c_str(); in main() local
/test/vts/utils/python/reporting/
Dlog_uploading_utils.py115 def path_filter(path): argument
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
DRollbackManagerHostTest.java518 private void assertDirectoryIsEmpty(String path) { in assertDirectoryIsEmpty()
529 private void assertFileContents(String expectedContents, String path) throws Exception { in assertFileContents()
536 private void assertFileNotExists(String path) throws Exception { in assertFileNotExists()
561 private void pushString(String contents, String path) throws Exception { in pushString()
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py112 def CreateTestCase(self, path, tag=''): argument
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py428 def AssertPermissionsAndExistence(self, path, check_permission): argument
444 def GetPermission(self, path): argument
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py67 def CreateTestCase(self, path, tag=''): argument
/test/vts/hals/light/bullhead/
Dlights.c59 static int write_int(char const* path, int value) in write_int()
80 static int write_on_off(char const* path, int on, int off) in write_on_off()
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp51 int32_t BpVtsFuzzer::LoadHal(const string& path, int target_class, in LoadHal()
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/util/
DTargetFileUtils.java143 public static ArrayList<String> findFile(String path, String namePattern, List<String> options, in findFile()
/test/vts/runners/host/
Dutils.py101 def abs_path(path): argument
113 def create_dir(path): argument
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DAppRemoteFileResolver.java177 String path = uriSchemeAndPathAsFile.getPath(); in toUri() local
/test/vts/utils/python/gcs/
Dgcs_api_utils_test.py56 def simple_os_path_exists(path): argument
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp42 static void RemoveDir(char* path) { in RemoveDir()
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp140 static bool GetInodeNumber(const std::string &path, uint64_t *inode_number) { in GetInodeNumber()
313 const std::string &path, in WriteTestFile()
955 std::string path; in TestEmmcOptimizedDunWraparound() local

12