Home
last modified time | relevance | path

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

/aosp_15_r20/test/dittosuite/test/include/
H A Dinstruction_test.h41 auto absolute_path_key = dittosuite::SharedVariables::GetKey(thread_ids, "absolute_path"); in SetUp() local
/aosp_15_r20/test/dittosuite/src/
H A Dparser.cpp58 auto absolute_path_key = SharedVariables::GetKey(thread_ids, "absolute_path"); in __Parse() local
H A Dinstruction.cpp100 void Instruction::SetAbsolutePathKey(int absolute_path_key) { in SetAbsolutePathKey()