OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlpath
(Results
1 - 5
of
5
) sorted by null
/bionic/benchmarks/
bionic_benchmarks.cpp
168
opts.
xmlpath
= optarg;
366
if (doc.LoadFile(cmdline_opts.
xmlpath
.c_str()) != tinyxml2::XML_SUCCESS) {
532
if (opts.
xmlpath
.empty()) {
537
} else if (!FileExists(opts.
xmlpath
)) {
539
std::string file(android::base::GetExecutableDirectory() + "/suites/" + opts.
xmlpath
);
540
if (opts.
xmlpath
[0] == '/' || !FileExists(file)) {
541
printf("Cannot find xml file %s: does not exist or is not a file.\n", opts.
xmlpath
.c_str());
544
opts.
xmlpath
= file;
547
if (!opts.
xmlpath
.empty()) {
util.h
50
std::string
xmlpath
;
member in struct:__anon204
/external/selinux/python/sepolicy/sepolicy/
manpage.py
441
self.
xmlpath
= self.root + "policy.xml"
443
self.
xmlpath
= self.root + "/usr/share/selinux/devel/policy.xml"
444
self.booleans_dict = sepolicy.gen_bool_dict(self.
xmlpath
)
490
self.modules_dict = gen_modules_dict(self.
xmlpath
)
[
all
...]
/prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar
/prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar
Completed in 420 milliseconds