Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.cpp42 std::string system_path = tracepoint_dirname + "/" + system_name; in GetTracepointEventTypes() local
44 GetEntriesInDir(system_path, nullptr, &event_dirs); in GetTracepointEventTypes()
46 std::string id_path = system_path + "/" + event_name + "/id"; in GetTracepointEventTypes()
/system/tpm/attestation/server/
Dpkcs11_key_store_test.cc168 base::FilePath system_path("/var/lib/chaps"); in SetUp() local
170 .WillByDefault(DoAll(SetArgumentPointee<2>(system_path), Return(true))); in SetUp()