Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.cpp516 std::string attr_filepath = params_val["FilePath"].asString(); in Load() local
518 if (!attr_filepath.empty() && !attr_value.empty()) { in Load()
521 profile->Add(std::make_unique<WriteFileAction>(attr_filepath, attr_value, in Load()
523 } else if (attr_filepath.empty()) { in Load()