Home
last modified time | relevance | path

Searched defs:new_root (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/security/tomoyo/
Dinclude.h74 static inline int pivot_root(const char *new_root, const char *put_old) in pivot_root()
79 static inline int pivot_root(const char *new_root, const char *put_old) in pivot_root()
/third_party/mesa3d/src/util/
Dsparse_array.c143 uintptr_t new_root = _util_sparse_array_node_alloc(arr, root_level); in util_sparse_array_get() local
157 uintptr_t new_root = _util_sparse_array_node_alloc(arr, root_level + 1); in util_sparse_array_get() local
/third_party/python/Lib/distutils/
Dutil.py138 def change_root (new_root, pathname): argument
/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c1759 FT_Fixed new_root; in cff_decoder_parse_charstrings() local
Dpsintrp.c2280 FT_Fixed new_root; in cf2_interpT2CharString() local
/third_party/python/Python/
Dhamt.c2292 PyHamtNode *new_root; in _PyHamt_Assoc() local
2333 PyHamtNode *new_root = NULL; in _PyHamt_Without() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh1063 for (unsigned new_root : roots) in _try_isolating_subgraphs() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.cpp1436 void Shader::reset_function(ShaderBlocks& new_root) in reset_function()