OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installdir
(Results
1 - 6
of
6
) sorted by null
/external/libcups/cups/
globals.c
188
static char
installdir
[1024] = "", /* Install directory */
local
223
if (!
installdir
[0])
229
strlcpy(
installdir
, "C:/Program Files/cups.org", sizeof(
installdir
));
238
char *ptr; /* Pointer into
installdir
*/
240
size = sizeof(
installdir
);
241
RegQueryValueEx(key, "
installdir
", NULL, NULL,
installdir
, &size);
244
for (ptr =
installdir
; *ptr;)
260
snprintf(confdir, sizeof(confdir), "%s/conf",
installdir
);
[
all
...]
/external/vulkan-validation-layers/build-android/
build.py
110
self.add_argument('--
installdir
', dest='
installdir
', required=True,
131
installdir
= os.path.abspath(args.
installdir
)
137
shaderc_path =
installdir
+ '/shaderc/android_test'
145
build_dir =
installdir
147
print('
installdir
: %s' %
installdir
)
253
dest_dir = os.path.join(
installdir
, properties['dest_dir'])
287
'NDK_MODULE_PATH=' +
installdir
,
[
all
...]
/external/llvm/utils/
llvm-compilers-check
466
installdir
= self.install_prefix
482
self.logger.info("[None] Failed to configure " + component + " in " +
installdir
)
492
self.logger.info("[None] Failed to build " + component + " in " +
installdir
)
503
self.logger.info("[None] Failed to test " + component + " in " +
installdir
)
507
self.logger.info("Installing " + component + " in " +
installdir
)
512
self.logger.info("Failed testing " + component + " in " +
installdir
)
515
self.logger.info("Failed to build " + component + " in " +
installdir
)
518
self.logger.info("Failed to configure " + component + " in " +
installdir
)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
llvm-compilers-check
466
installdir
= self.install_prefix
482
self.logger.info("[None] Failed to configure " + component + " in " +
installdir
)
492
self.logger.info("[None] Failed to build " + component + " in " +
installdir
)
503
self.logger.info("[None] Failed to test " + component + " in " +
installdir
)
507
self.logger.info("Installing " + component + " in " +
installdir
)
512
self.logger.info("Failed testing " + component + " in " +
installdir
)
515
self.logger.info("Failed to build " + component + " in " +
installdir
)
518
self.logger.info("Failed to configure " + component + " in " +
installdir
)
/external/epid-sdk/
Makefile.in
5
installdir
= $(prefix)/
6
epidinstalldir = $(
installdir
)/epid-sdk
/external/swiftshader/third_party/LLVM/utils/
llvmbuild
638
installdir
= self.install_prefix
662
self.logger.info("Installing " + component + " in " +
installdir
)
Completed in 805 milliseconds