Searched refs:root_path (Results 1 – 4 of 4) sorted by relevance
106 root_path = root[len(self.root):].split(os.path.sep)107 root_path = current_path + [x for x in root_path if x]109 for i in xrange(len(root_path)):110 if i == 0: dir = root_path[1:]111 else: dir = root_path[1:-i]118 full_path = root_path + [file[:-3]]
423 partial_path* parp1 = stack->root_path; in check_stack_root_sanity()547 stack->root_path = 0; in astar_stack_make()583 stack->root_path = make_new_partial_path(stack); in astar_stack_prepare()584 ASSERT(stack->root_path); in astar_stack_prepare()585 stack->root_path->refcount = 9999; in astar_stack_prepare()586 stack->root_path->token_index = MAXwtokenID; in astar_stack_prepare()587 stack->root_path->word = MAXwordID; in astar_stack_prepare()604 append_arc_arriving(stack->root_path, parp); in astar_stack_prepare()635 if (stack->root_path) in astar_stack_clear()636 free_partial_path(stack, stack->root_path); in astar_stack_clear()[all …]
103 partial_path* root_path; /* root is the rightmost partial path member
1631 prep_stat(const char *root_path) in prep_stat() argument1633 int len = strlen(root_path); in prep_stat()1635 if((len >= 4) && (!strcmp(root_path + len - 4, "data"))) { in prep_stat()1637 } else if((len >= 7) && (!strcmp(root_path + len - 6, "system"))) { in prep_stat()