OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:configStrings
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/tests/
vktestframework.cpp
347
char **
configStrings
= 0;
350
configStrings
= ReadFileData(ConfigFile.c_str());
351
if (
configStrings
)
352
config = *
configStrings
;
563
if (
configStrings
) FreeFileData(
configStrings
);
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestframework.cpp
335
char **
configStrings
= 0;
338
configStrings
= ReadFileData(ConfigFile.c_str());
339
if (
configStrings
)
340
config = *
configStrings
;
554
if (
configStrings
)
555
FreeFileData(
configStrings
);
[
all
...]
Completed in 332 milliseconds