Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_sysconfig.py279 global_path = get_path(name, 'posix_prefix')
281 global_path = global_path.replace(sys.exec_prefix, sys.base_prefix)
286 global_path = global_path.replace(sys.base_prefix, sys.prefix)
289 self.assertEqual(user_path, global_path.replace(base, user, 1))
/external/bcc/examples/cpp/
DUseExternalMap.cc90 ebpf::Path global_path({"control"}); in main() local
94 local_ts->Insert(global_path, std::move(table_desc)); in main()
/external/python/cpython2/Lib/test/
Dtest_sysconfig.py280 global_path = get_path(name, 'posix_prefix')
282 global_path = global_path.replace(sys.exec_prefix, sys.prefix)
285 self.assertEqual(user_path, global_path.replace(base, user, 1))
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc762 Path global_path({Ref->getDecl()->getName()}); in VisitCallExpr() local
764 if (!fe_.table_storage().Find(global_path, desc)) { in VisitCallExpr()
1101 Path global_path({table.name}); in VisitVarDecl() local
1187 if (!fe_.table_storage().Find(global_path, table_it)) { in VisitVarDecl()
1198 Path global_path({table.name}); in VisitVarDecl() local
1203 fe_.table_storage().Insert(global_path, table_it->second.dup()); in VisitVarDecl()