| /third_party/uboot/u-boot-2020.01/fs/btrfs/ |
| D | inode.c | 11 u64 btrfs_lookup_inode_ref(struct btrfs_root *root, u64 inr, in btrfs_lookup_inode_ref() 14 struct btrfs_path path; in btrfs_lookup_inode_ref() local 47 int btrfs_lookup_inode(const struct btrfs_root *root, in btrfs_lookup_inode() 53 struct btrfs_path path; in btrfs_lookup_inode() local 86 int btrfs_readlink(const struct btrfs_root *root, u64 inr, char *target) in btrfs_readlink() 88 struct btrfs_path path; in btrfs_readlink() local 140 static u64 get_parent_inode(struct btrfs_root *root, u64 inr, in get_parent_inode() 190 static inline int next_length(const char *path) in next_length() 212 u64 btrfs_lookup_path(struct btrfs_root *root, u64 inr, const char *path, in btrfs_lookup_path() 319 u64 btrfs_file_read(const struct btrfs_root *root, u64 inr, u64 offset, in btrfs_file_read() [all …]
|
| D | dir-item.c | 34 btrfs_match_dir_item_name(struct btrfs_path *path, const char *name, in btrfs_match_dir_item_name() 63 int btrfs_lookup_dir_item(const struct btrfs_root *root, u64 dir, in btrfs_lookup_dir_item() 67 struct btrfs_path path; in btrfs_lookup_dir_item() local 89 int btrfs_readdir(const struct btrfs_root *root, u64 dir, in btrfs_readdir() 92 struct btrfs_path path; in btrfs_readdir() local
|
| D | btrfs.c | 15 static int readdir_callback(const struct btrfs_root *root, in readdir_callback() 112 int btrfs_ls(const char *path) in btrfs_ls() 114 struct btrfs_root root = btrfs_info.fs_root; in btrfs_ls() local 140 struct btrfs_root root = btrfs_info.fs_root; in btrfs_exists() local 151 struct btrfs_root root = btrfs_info.fs_root; in btrfs_size() local 176 struct btrfs_root root = btrfs_info.fs_root; in btrfs_read() local
|
| D | root.c | 34 int btrfs_find_root(u64 objectid, struct btrfs_root *root, in btrfs_find_root() 37 struct btrfs_path path; in btrfs_find_root() local 60 struct btrfs_path path; in btrfs_lookup_root_ref() local
|
| /third_party/node/test/testpy/ |
| D | __init__.py | 40 def __init__(self, path, file, arch, mode, context, config, additional=None): argument 97 def __init__(self, context, root, section, additional=None): argument 104 def Ls(self, path): argument 107 def ListTests(self, current_path, path, arch, mode): argument 122 def __init__(self, context, root, section, additional=None): argument 126 def ListTests(self, current_path, path, arch, mode): argument 134 def __init__(self, context, root, section, additional=None): argument 137 def Ls(self, path): argument 149 def ListTests(self, current_path, path, arch, mode): argument 160 def __init__(self, context, root, section, additional=None): argument [all …]
|
| /third_party/node/test/parallel/ |
| D | test-path-parse-format.js | 25 const path = require('path'); constant 54 ['t', { base: 't', name: 't', root: '', dir: '', ext: '' }], property 55 ['/foo/bar', { root: '/', dir: '/foo', base: 'bar', ext: '', name: 'bar' }], property 61 [{ root: 'C:\\' }, 'C:\\'], property 64 [{ root: 'C:\\', name: 'index', ext: '.html' }, 'C:\\index.html'], property 95 [{ root: '/' }, '/'], property 98 [{ root: '/', name: 'index', ext: '.html' }, '/index.html'], property 125 [['.\\', { root: '', dir: '', base: '.', ext: '', name: '.' }], property 126 ['\\\\', { root: '\\', dir: '\\', base: '', ext: '', name: '' }], property 127 ['\\\\', { root: '\\', dir: '\\', base: '', ext: '', name: '' }], property [all …]
|
| D | test-fs-watch-close-when-destroyed.js | 13 const path = require('path'); constant 16 const root = path.join(tmpdir.path, 'watched-directory'); constant
|
| D | test-fs-readdir-ucs2.js | 7 const path = require('path'); constant 14 const root = Buffer.from(`${tmpdir.path}${path.sep}`); constant
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() 64 xml_node_t *root, const char *path) in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() 90 const char *path) in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() 107 const char *path) in get_child_node() 280 xml_node_t *root; in mo_to_tnds() local 337 static xml_node_t * add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, in add_mo_node() 340 char *nodename, *value, *path; in add_mo_node() local [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| D | xml-utils.c | 16 xml_node_t *root, char *uri) in get_node_uri_iter() 46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, in get_node_uri() 64 xml_node_t *root, const char *path) in get_node_iter() 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() 90 const char *path) in get_node() 106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_child_node() 107 const char *path) in get_child_node() 280 xml_node_t *root; in mo_to_tnds() local 337 static xml_node_t * add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, in add_mo_node() 340 char *nodename, *value, *path; in add_mo_node() local [all …]
|
| /third_party/boost/tools/build/src/util/ |
| D | path.py | 28 def root (path, root): argument 52 def native (path): argument 58 def native_UNIX (path): argument 69 def is_rooted (path): argument 197 def reverse(path): argument 345 def all_parents(path, upper_limit=None, cwd=None): argument
|
| /third_party/jsoncpp/src/jsontestrunner/ |
| D | main.cpp | 24 Json::String path; member 57 static Json::String readInputTestFile(const char* path) { in readInputTestFile() 76 const Json::String& path = ".") { in printValueTree() 135 Json::Value* root, bool use_legacy) { in parseAndSaveValueTree() 186 static Json::String useStyledWriter(Json::Value const& root) { in useStyledWriter() 190 static Json::String useStyledStreamWriter(Json::Value const& root) { in useStyledStreamWriter() 196 static Json::String useBuiltStyledStreamWriter(Json::Value const& root) { in useBuiltStyledStreamWriter() 201 const Json::Value& root, in rewriteValueTree() 215 static Json::String removeSuffix(const Json::String& path, in removeSuffix() 297 Json::Value root; in runTest() local
|
| /third_party/node/lib/ |
| D | path.js | 59 function normalizeString(path, allowAboveRoot, separator, isPathSeparator) { argument 299 normalize(path) { argument 397 isAbsolute(path) { argument 609 toNamespacedPath(path) { argument 644 dirname(path) { argument 740 basename(path, ext) { argument 827 extname(path) { argument 903 parse(path) { argument 906 const ret = { root: '', dir: '', base: '', ext: '', name: '' }; property 1103 normalize(path) { argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/check_build_files/ |
| D | main.go | 38 var root = flag.String("root", cwd(), "root project directory") var 109 func checkBlueprint(path, content string) []error { argument 124 func checkGn(path, content string) []error { argument 142 func checkBazel(path, content string) []error { argument 157 func checkSource(path, source string) error { argument
|
| /third_party/node/deps/npm/node_modules/tar/lib/ |
| D | strip-absolute-path.js | 10 module.exports = path => { argument 17 const root = path.charAt(0) === '/' && path.slice(0, 4) !== '//?/' ? '/' constant
|
| /third_party/node/deps/npm/node_modules/npm-cache-filename/ |
| D | index.js | 2 var path = require('path');; variable 6 function cf(root, u) { argument
|
| /third_party/skia/build/fuchsia/ |
| D | fidl_gen_cpp | 19 def GetFIDLFilesRecursive(libraries, sdk_base, path): argument 29 def GetFIDLFilesByLibraryName(sdk_base, root): argument
|
| /third_party/eudev/src/shared/ |
| D | conf-files.c | 49 static int files_add(Hashmap *h, const char *root, const char *path, const char *suffix) { in files_add() 109 static int conf_files_list_strv_internal(char ***strv, const char *suffix, const char *root, char *… in conf_files_list_strv_internal() 145 int conf_files_list_strv(char ***strv, const char *suffix, const char *root, const char* const* dir… in conf_files_list_strv()
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | FieldMaskTree.cs | 68 private readonly Node root = new Node(); field in Google.Protobuf.FieldMaskTree 100 public FieldMaskTree AddFieldPath(string path) in AddFieldPath() 170 private void GetFieldPaths(Node node, string path, List<string> paths) in GetFieldPaths() 188 public void IntersectFieldPath(string path, FieldMaskTree output) in IntersectFieldPath() 251 string path, in Merge()
|
| /third_party/node/deps/npm/node_modules/libnpx/ |
| D | get-prefix.js | 5 const path = require('path') constant 9 function getPrefix (root) { argument
|
| /third_party/boost/more/getting_started/detail/ |
| D | common-windows.rst | 11 .. |root| replace:: *path\\to\\*\ |boost_ver| substdef 36 .. |path| replace:: ``PATH`` substdef
|
| D | common-unix.rst | 11 .. |root| replace:: *path/to/*\ |boost_ver| substdef 25 .. |path| replace:: ``echo $PATH`` substdef
|
| /third_party/skia/gm/ |
| D | animated_gif.cpp | 191 const char* root = "/skia/anim/"; in AnimCodecPlayerGM() local 193 SkString path; in AnimCodecPlayerGM() local 253 const float root = sqrt((float) count); in init() local 275 const float root = sqrt((float) fFrameInfos.size()); in onDraw() local 294 AnimCodecPlayerExifGM(const char* path) in AnimCodecPlayerExifGM()
|
| /third_party/glib/gio/tests/ |
| D | live-g-file.c | 248 GFile *root; in test_create_structure() local 315 gchar *dir, *path, *basename; in test_create_structure() local 491 GFile *root; in test_initial_structure() local 590 traverse_recurse_dirs (GFile * parent, GFile * root) in traverse_recurse_dirs() 663 GFile *root; in test_traverse_structure() local 686 GFile *root, *child; in test_enumerate() local 765 do_copy_move (GFile * root, struct StructureItem item, const char *target_dir, in do_copy_move() 869 GFile *root; in test_copy_move() local 936 const gchar *path = data; in test_unix_is_mountpoint() local 959 GFile *root, *child; in test_create() local [all …]
|
| /third_party/flutter/skia/dm/ |
| D | DMJsonWriter.cpp | 41 SkString path = SkOSPath::Join(dir, "dm.json"); in DumpJson() local 104 bool JsonWriter::ReadJson(const char* path, void(*callback)(BitmapResult)) { in ReadJson() 111 const ObjectValue* root = dom.root(); in ReadJson() local
|