Searched refs:parts (Results 1 – 8 of 8) sorted by relevance
61 parts = line.split()62 if len(parts) != 5: # fstab has five parts for each entry:66 flags = parts[4] # the fsmgr_flags field is the fifth one, thus index 4
52 parts = line.split()53 if len(parts) != 5: # fstab has five parts for each entry:57 flags = parts[4] # the fsmgr_flags field is the fifth one, thus index 4
251 parts = os.path.normpath(str(project_name)).split(254 if len(parts) > 1 and file.startswith(parts[-1]):256 git_project_path = parts[-1]
466 parts = os.path.normpath(str(project_name)).split(os.sep, 1)469 if len(parts) > 1 and src_file_path.startswith(parts[-1]):471 git_project_path = parts[-1]
157 String[] parts = body.split("="); in testTasksScheduled() local158 assertEquals(2, parts.length); in testTasksScheduled()159 assertEquals(VtsProfilingStatsJobServlet.PROFILING_POINT_KEY, parts[0]); in testTasksScheduled()160 String keyString = parts[1]; in testTasksScheduled()
21 parts/
22 parts/