Home
last modified time | relevance | path

Searched defs:SetPaths (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/traced/
H A Ddata_source_types.h48 void SetPaths(std::set<std::string> paths) { paths_ = std::move(paths); } in SetPaths() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/traced/
H A Ddata_source_types.h48 void SetPaths(std::set<std::string> paths) { paths_ = std::move(paths); } in SetPaths() function
/aosp_15_r20/build/soong/android/
H A Dandroidmk.go222 func (a *AndroidMkEntries) SetPaths(name string, paths Paths) { func
1182 func (a *AndroidMkInfo) SetPaths(name string, paths Paths) { func