OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlobalConfig
(Results
1 - 3
of
3
) sorted by null
/build/soong/dexpreopt/
config.go
25
//
GlobalConfig
stores the configuration for dex preopting set by the product
26
type
GlobalConfig
struct {
177
// LoadGlobalConfig reads the global dexpreopt.config file into a
GlobalConfig
struct. It is used directly in Soong
179
func LoadGlobalConfig(ctx android.PathContext, path string) (
GlobalConfig
, error) {
181
GlobalConfig
183
// Copies of entries in
GlobalConfig
that are not constructable without extra parameters. They will be
204
return config.
GlobalConfig
, err
208
config.
GlobalConfig
.DirtyImageObjects = android.OptionalPathForPath(constructPath(ctx, config.DirtyImageObjects))
209
config.
GlobalConfig
.PreloadedClasses = android.OptionalPathForPath(constructPath(ctx, config.PreloadedClasses))
210
config.
GlobalConfig
.BootImageProfiles = constructPaths(ctx, config.BootImageProfiles
[
all
...]
/external/syzkaller/dashboard/app/
config.go
18
type
GlobalConfig
struct {
41
// See
GlobalConfig
.AccessLevel.
80
// See
GlobalConfig
.AccessLevel.
141
var config *
GlobalConfig
150
func installConfig(cfg *
GlobalConfig
) {
/external/curl/src/
tool_cfgable.h
38
struct
GlobalConfig
;
41
CURL *easy; /* A copy of the handle from
GlobalConfig
*/
265
struct
GlobalConfig
*global;
270
struct
GlobalConfig
{
Completed in 5778 milliseconds