Home
last modified time | relevance | path

Searched refs:BaseName (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/build/
Daidl_interface_metadata_singleton.go103 info := moduleInfos[t.properties.BaseName]
107 moduleInfos[t.properties.BaseName] = info
109 info := moduleInfos[t.properties.BaseName]
111 moduleInfos[t.properties.BaseName] = info
Daidl_api.go55 BaseName string member
89 return filepath.Join(aidlApiDir, m.properties.BaseName)
126 iface := ctx.GetDirectDepWithTag(m.properties.BaseName, interfaceDep).(*aidlInterface)
208 Text("-w -m " + m.properties.BaseName).
221 ctx.ModuleErrorf("aidl_interface %s doesn't exist", m.properties.BaseName)
256 Text("-w -m " + m.properties.BaseName).
265 …ho "Call %s-freeze-api because %s depends on %s."`, moduleName, m.properties.BaseName, moduleName))
638 m.properties.BaseName, ver, cmd)
687 targetName := m.properties.BaseName + "-freeze-api"
691 targetName = m.properties.BaseName + "-update-api"
[all …]
Daidl_interface_backends.go77 BaseName: i.ModuleBase.Name(),
233 BaseName: i.ModuleBase.Name(),
334 BaseName: i.ModuleBase.Name(),
391 BaseName: i.ModuleBase.Name(),
Daidl_gen_rule.go85 BaseName string member
121 return ctx.GetDirectDepWithTag(g.properties.BaseName, interfaceDep).(*aidlInterface)
200 …previousApiDir = filepath.Join(ctx.ModuleDir(), aidlApiDir, g.properties.BaseName, previousVersion)
Daidl_interface.go183 gen.properties.BaseName + "-" + gen.properties.Lang: gen.Name(),
649 mctx.AddDependency(i, interfaceDep, i.properties.BaseName+aidlInterfaceSuffix)
659 mctx.AddDependency(i, interfaceDep, i.properties.BaseName+aidlInterfaceSuffix)
663 mctx.AddDependency(i, apiDep, i.properties.BaseName+aidlApiSuffix)
/system/core/fs_mgr/libfs_avb/tests/
Dfs_avb_test_util.cpp221 std::string partition_name = image_path.RemoveExtension().BaseName().value(); in LoadVBMetaData()
249 std::string file_name = key_path.RemoveExtension().BaseName().value(); in ExtractPublicKeyAvb()
Dfs_avb_test.cpp51 std::string image_file_name = vbmeta_image_path.RemoveExtension().BaseName().value(); in ModifyVBMetaHeaderFlags()
Davb_util_test.cpp71 std::string image_file_name = image_path.RemoveExtension().BaseName().value(); in SetVBMetaFlags()
603 std::string image_file_name = avb_image_path.RemoveExtension().BaseName().value(); in CompareVBMeta()
/system/update_engine/common/
Dtest_utils.cc120 base::FilePath(filename).BaseName().value().c_str(), in SetLoopDeviceStatus()