OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_root
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/resources/resource_check/
resource_scale_factors.py
68
path_root
= self.input_api.os_path.join(
71
f.LocalPath().startswith(
path_root
)):
74
path_root
)
/external/qemu/android/utils/
timezone.c
169
char*
path_root
;
member in struct:__anon26571
268
char* name = scan->
path_root
+ 1;
391
scan->
path_root
= bufprint( scan->path, scan->path_end, "%s", tzdir );
393
tz = scan_timezone_dir( scan, scan->
path_root
, 0 );
/external/srec/srec/Semproc/src/
SemanticProcessorImpl.c
101
static ESR_ReturnCode accumulate_scripts(SR_SemanticGraphImpl* semgraph, script_list* scripts, sem_partial_path*
path_root
);
475
sem_partial_path *
path_root
;
local
494
path_root
= sem_partial_path_create(heap);
495
if (!
path_root
)
504
rc = checkpath_forwardByWordID(semgraph, heap, &semgraph->arc_token_list[0],
path_root
,
530
sem_partial_path_print(
path_root
, &sem_partial_paths[0], MAX_SEM_PARTIAL_PATHS,semgraph->ilabels);
547
CHKLOG(rc, accumulate_scripts(semgraph, &raw_scripts_buf,
path_root
));
548
CHKLOG(rc, sem_partial_path_free(heap,
path_root
));
779
sem_partial_path *
path_root
;
local
800
path_root
= sem_partial_path_create(heap)
[
all
...]
Completed in 38 milliseconds