OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_paths
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/windowsRuntimeInstaller/
configure_runtime.c
101
//
install_paths
(output) - A poiner to an array of the installations paths
106
// Both
install_paths
and install_versions are allocated on the heap. To free them properly,
108
//
install_paths
and install_versions match, so (*
install_paths
)[2] is guaranteed to match
110
int find_installations(char***
install_paths
, struct SDKVersion** install_versions, size_t* count);
113
void free_installations(char**
install_paths
, struct SDKVersion* install_versions, size_t count);
142
//
install_paths
(input) - An array of every vulkan installation path
146
int remove_explicit_layers(FILE* log, const char**
install_paths
, size_t count, enum Platform platform);
296
int find_installations(char***
install_paths
, struct SDKVersion** install_versions, size_t* count)
298
*
install_paths
= malloc(sizeof(char*) * 64);
529
char**
install_paths
;
local
[
all
...]
/development/testrunner/
runtest.py
356
install_paths
= m.group(2)
357
for install_path in re.split(r'\s+',
install_paths
):
Completed in 198 milliseconds