Home
last modified time | relevance | path

Searched refs:get_path (Results 1 - 25 of 34) sorted by relevance

12

/third_party/selinux/libselinux/src/
H A Dselinux_config.c265 static const char *get_path(int idx) in get_path() function
273 return get_path(DEFAULT_TYPE); in selinux_default_type_path()
321 return get_path(DEFAULT_CONTEXTS); in selinux_default_context_path()
327 return get_path(SECURETTY_TYPES); in selinux_securetty_types_path()
333 return get_path(FAILSAFE_CONTEXT); in selinux_failsafe_context_path()
339 return get_path(REMOVABLE_CONTEXT); in selinux_removable_context_path()
345 return get_path(BINPOLICY); in selinux_binary_policy_path()
375 return get_path(FILE_CONTEXTS); in selinux_file_context_path()
381 return get_path(HOMEDIR_CONTEXTS); in selinux_homedir_context_path()
387 return get_path(MEDIA_CONTEXT in selinux_media_context_path()
[all...]
/third_party/python/Lib/test/
H A Dtest_sysconfig.py18 get_path, get_path_names, _INSTALL_SCHEMES,
115 os.path.normpath(get_path(name, scheme)),
158 self.assertEqual(binpath, sysconfig.get_path('scripts', scheme='posix_venv'))
159 self.assertEqual(libpath, sysconfig.get_path('purelib', scheme='posix_venv'))
163 sysconfig_includedir = sysconfig.get_path('include', scheme='posix_venv')
178 self.assertEqual(binpath, sysconfig.get_path('scripts', scheme='nt_venv'))
179 self.assertEqual(incpath, sysconfig.get_path('include', scheme='nt_venv'))
180 self.assertEqual(libpath, sysconfig.get_path('purelib', scheme='nt_venv'))
185 sysconfig.get_path('scripts', scheme='venv'),
186 sysconfig.get_path('script
[all...]
H A Dtest_site.py210 sysconfig.get_path('purelib', scheme))
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-draw.cc251 if (font->face->table.glyf->get_path (font, glyph, draw_helper)) return true; in hb_font_draw_glyph()
253 if (font->face->table.cff1->get_path (font, glyph, draw_helper)) return true; in hb_font_draw_glyph()
254 if (font->face->table.cff2->get_path (font, glyph, draw_helper)) return true; in hb_font_draw_glyph()
H A Dhb-ot-cff2-table.cc196 bool OT::cff2::accelerator_t::get_path (hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_helper) const in get_path() function in OT::cff2::accelerator_t
H A Dhb-ot-cff1-table.cc558 bool OT::cff1::accelerator_t::get_path (hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_helper) const in get_path() function in OT::cff1::accelerator_t
H A Dhb-ot-cff2-table.hh511 HB_INTERNAL bool get_path (hb_font_t *font, hb_codepoint_t glyph, draw_helper_t &draw_helper) const;
/third_party/python/Lib/
H A Dsysconfig.py12 'get_path',
453 return os.path.join(get_path('stdlib'), config_dir_name, 'Makefile')
539 vars['LIBDEST'] = get_path('stdlib')
540 vars['BINLIBDEST'] = get_path('platstdlib')
541 vars['INCLUDEPY'] = get_path('include')
595 inc_dir = get_path('platinclude')
621 def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): function
H A Dtrace.py666 _prefix = sysconfig.get_path("stdlib")
667 _exec_prefix = sysconfig.get_path("platstdlib")
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c558 static char *get_path(struct fuse *f, fuse_ino_t nodeid) in get_path() function
1388 path = get_path(f, ino); in fuse_lib_getattr()
1430 path = get_path(f, ino); in fuse_lib_setattr()
1510 path = get_path(f, ino); in fuse_lib_access()
1533 path = get_path(f, ino); in fuse_lib_readlink()
1741 oldpath = get_path(f, ino); in fuse_lib_link()
1891 path = get_path(f, ino); in fuse_lib_open()
1945 path = get_path(f, ino); in fuse_lib_read()
1982 path = get_path(f, ino); in fuse_lib_write()
2018 path = get_path( in fuse_lib_fsync()
[all...]
/third_party/libfuse/lib/
H A Dfuse.c1208 static int get_path(struct fuse *f, fuse_ino_t nodeid, char **path) in get_path() function
2729 err = get_path(f, ino, &path); in fuse_lib_getattr()
2782 err = get_path(f, ino, &path); in fuse_lib_setattr()
2857 err = get_path(f, ino, &path); in fuse_lib_access()
2876 err = get_path(f, ino, &path); in fuse_lib_readlink()
3121 if (get_path(f, ino, &unlinkpath) == 0) in fuse_do_release()
3226 err = get_path(f, ino, &path); in fuse_lib_open()
3371 err = get_path(f, ino, &path); in fuse_lib_opendir()
3618 err = get_path(f, ino, &path); in readdir_fill()
3793 err = get_path( in fuse_lib_statfs()
[all...]
/third_party/libabigail/include/
H A Dabg-corpus.h132 get_path() const;
H A Dabg-tools-utils.h154 get_path() const;
H A Dabg-ini.h345 get_path() const;
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-model.c157 iface->get_path = ast_get_path; in ast_tree_model_init()
/third_party/libabigail/tools/
H A Dabidw.cc721 opts.type_id_file_path = tmp_file->get_path() + string(".typeid"); in load_corpus_and_write_abixml()
725 fe_iface_sptr rdr = abixml::create_reader(tmp_file->get_path(), env); in load_corpus_and_write_abixml()
H A Dabilint.cc907 string cmd = "diff -u " + opts.file_path + " " + tmp_file->get_path(); in main()
/third_party/libabigail/src/
H A Dabg-corpus.cc617 /// translation_unit::get_path) cannot be added to the same @ref
880 corpus::get_path() const in get_path() function in abigail::ir::corpus
1696 std::cerr << "corpus '" << corp->get_path() << "'" in add_corpus()
H A Dabg-dwarf-reader.cc2145 cerr << " DONE@" << corpus()->get_path() in read_debug_info_into_corpus()
2190 cerr << " DONE@" << corpus()->get_path() in read_debug_info_into_corpus()
2215 cerr << " DONE@" << corpus()->get_path() in read_debug_info_into_corpus()
2233 cerr << " DONE@" << corpus()->get_path() in read_debug_info_into_corpus()
2252 cerr << " DONE@" << corpus()->get_path() in read_debug_info_into_corpus()
2283 << corpus()->get_path() in read_debug_info_into_corpus()
2304 cerr << " DONE@" << corpus()->get_path() in read_debug_info_into_corpus()
4517 cerr << " of corpus " << corpus()->get_path(); in canonicalize_types_scheduled()
4539 cerr << "@" << c->get_path(); in canonicalize_types_scheduled()
4560 cerr << " of corpus " << corpus()->get_path(); in canonicalize_types_scheduled()
[all...]
H A Dabg-writer.cc2416 std::string tu_path = tu.get_path(); in write_translation_unit()
4509 std::string corpus_path = corpus->get_path(); in write_corpus()
4621 if (!group->get_path().empty() && ctxt.get_write_corpus_path()) in write_corpus_group()
4622 out << " path='" << xml::escape_xml_string(group->get_path()) << "'"; in write_corpus_group()
H A Dabg-ini.cc1664 config::get_path() const in get_path() function in abigail::ini::config
H A Dabg-suppression.cc320 string first_binary_path = ctxt.get_corpus_diff()->first_corpus()->get_path(), in names_of_binaries_match()
321 second_binary_path = ctxt.get_corpus_diff()->second_corpus()->get_path(); in names_of_binaries_match()
/third_party/python/Lib/venv/
H A D__init__.py103 return sysconfig.get_path(name, scheme='venv', vars=vars)
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c2211 static char *get_path(const char *fn, bool prependmid, bool rt) { in get_path() function
2258 return get_path(fn, false, true); in pa_runtime_path()
2262 return get_path(fn, appendmid, false); in pa_state_path()
/third_party/python/
H A Dsetup.py421 include_dir = escape(sysconfig.get_path('include'))

Completed in 56 milliseconds

12