Home
last modified time | relevance | path

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

12

/test/vti/test_serving/gae/frontend/src/app/
Dapp.module.ts64 { path: 'build', component: BuildComponent }, constant
65 { path: 'job', component: JobComponent }, constant
66 { path: 'lab', component: LabComponent }, constant
67 { path: 'schedule', component: ScheduleComponent }, constant
68 { path: '', component: DashboardComponent }, constant
69 { path: '**', redirectTo: '/', pathMatch: 'full' } constant
/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/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/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/vti/test_serving/gae/testing/
De2e_test.py50 def fixup_paths(path): argument
/test/vts/utils/python/reporting/
Dlog_uploading_utils.py115 def path_filter(path): argument
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py112 def CreateTestCase(self, path, tag=''): argument
/test/vti/dashboard/src/main/java/com/android/vts/util/
DUrlUtil.java63 String path = url.getPath(); in processUrl() local
/test/vts-testcase/security/system_property/
Dvts_treble_sys_prop_test.py427 def AssertPermissionsAndExistence(self, path, check_permission): argument
443 def GetPermission(self, path): 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/testcases/template/gtest_binary_test/
Dgtest_binary_test.py67 def CreateTestCase(self, path, tag=''): argument
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp51 int32_t BpVtsFuzzer::LoadHal(const string& path, int target_class, in LoadHal()
/test/vts/runners/host/
Dutils.py101 def abs_path(path): argument
113 def create_dir(path): argument
/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/vti/test_serving/gae/webapp/src/handlers/
Dbase.py148 def path(self): member in BaseHandler
/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/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java202 String path = request.getParameter("path") == null ? "/" : request.getParameter("path"); in defaultHandler() local
/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.cpp136 static bool GetInodeNumber(const std::string &path, uint64_t *inode_number) { in GetInodeNumber()
309 const std::string &path, in WriteTestFile()
849 std::string path; in TestEmmcOptimizedDunWraparound() local

12