Home
last modified time | relevance | path

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

/system/core/storaged/
Dstoraged.cpp233 RemoveFileIfExists(proto_path(user_id), nullptr); in remove_user_ce()
237 string proto_file = proto_path(user_id); in load_proto()
297 string proto_file = proto_path(user_id); in flush_proto_data()
/system/chre/build/
Dnanopb.mk121 NANOPB_FLAGS += $(addprefix --proto_path=, $(abspath $(NANOPB_INCLUDES)))
137 --proto_path=$(abspath $(dir $<)) \
151 --proto_path=$(abspath $(dir $<)) \
/system/core/storaged/include/
Dstoraged.h116 string proto_path(userid_t user_id) { in proto_path() function
/system/core/debuggerd/
Ddebuggerd_test.cpp2556 std::string proto_path = tombstone_file.value() + ".pb"; in TEST() local
2561 ASSERT_EQ(0, stat(proto_path.c_str(), &proto_file_st)); in TEST()