Home
last modified time | relevance | path

Searched full:path (Results 1276 - 1300 of 36851) sorted by relevance

1...<<51525354555657585960>>...1475

/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSharedLibrary.hpp26 void *getLibraryHandle(const char *path);
27 void *loadLibrary(const char *path);
70 inline void *loadLibrary(const char *path) in loadLibrary() argument
72 return (void *)LoadLibrary(path); in loadLibrary()
75 inline void *getLibraryHandle(const char *path) in getLibraryHandle() argument
78 GetModuleHandleEx(0, path, &module); in getLibraryHandle()
92 inline void *loadLibrary(const char *path) in loadLibrary() argument
94 return dlopen(path, RTLD_LAZY | RTLD_LOCAL); in loadLibrary()
97 inline void *getLibraryHandle(const char *path) in getLibraryHandle() argument
101 return dlopen(path, RTLD_NO in getLibraryHandle()
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Drun-subset-fuzzer-tests.py27 hb_subset_fuzzer = os.path.join (top_builddir, "hb-subset-fuzzer" + EXEEXT)
29 if not os.path.exists (hb_subset_fuzzer):
30 if len (sys.argv) < 2 or not os.path.exists (sys.argv[1]):
48 path = os.path.join(parent_path, file)
50 if "subset" not in path: continue
52 print ("running subset fuzzer against %s" % path)
54 text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_subset_fuzzer, path])
56 text, returncode = cmd ([hb_subset_fuzzer, path])
64 print ("failed for %s" % path)
[all...]
/third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
H A DTest-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-Lottie.json8 "/path/to/tmp/json",
11 "/path/to/tmp/"
25 "/path/to/tmp/json",
38 "/path/to/tmp/json",
51 "/path/to/tmp/json",
66 "/path/to/tmp/json",
79 "/path/to/tmp/json",
94 "/path/to/tmp/json",
97 "/path/to/tmp/"
112 "/path/t
[all...]
/vendor/ohemu/qemu_small_system_demo/init_configs/
H A Dinit_liteos_a_arm_virt.cfg39 "path" : ["/bin/foundation"],
47 "path" : ["/bin/shell", "exec", "/bin/mksh"],
55 "path" : ["/bin/appspawn"],
63 "path" : ["/bin/apphilogcat", "-L", "auto"],
71 "path" : ["/bin/media_server"],
79 "path" : ["/bin/wms_server"],
87 "path" : ["/bin/bundle_daemon"],
95 "path" : ["/bin/hiview"],
103 "path" : ["/bin/sensor_service"],
111 "path"
[all...]
/third_party/typescript/src/compiler/
H A Dbuilder.ts30 * Cache of bind and check diagnostics for files with their Path being the key
32 semanticDiagnosticsPerFile?: ESMap<Path, readonly ReusableDiagnostic[] | readonly Diagnostic[]> | undefined;
34 * Cache of ArkTS linter diagnostics for files with their Path being the key
36 arktsLinterDiagnosticsPerFile?: ESMap<Path, readonly ReusableDiagnostic[] | readonly Diagnostic[]> | undefined;
38 * The map has key by source file's path that has been changed
40 changedFilesSet?: Set<Path>;
52 affectedFilesPendingEmit?: readonly Path[] | undefined;
56 affectedFilesPendingEmitKind?: ESMap<Path, BuilderFileEmit> | undefined;
68 emitSignatures?: ESMap<Path, string>;
106 * Cache of bind and check diagnostics for files with their Path bein
[all...]
/third_party/python/Lib/distutils/
H A Dmsvc9compiler.py63 def get_value(cls, path, key):
65 d = cls.read_values(base, path)
128 def set_macro(self, macro, path, key):
129 self.macros["$(%s)" % macro] = Reg.get_value(path, key)
200 np = os.path.normpath(p)
231 if not productdir or not os.path.isdir(productdir):
235 if toolsdir and os.path.isdir(toolsdir):
236 productdir = os.path.join(toolsdir, os.pardir, os.pardir, "VC")
237 productdir = os.path.abspath(productdir)
238 if not os.path
[all...]
/third_party/typescript/tests/cases/compiler/
H A DesModuleInteropTslibHelpers.ts5 declare module "path";
7 import path from "path";
8 path.resolve("", "../");
11 import * as path from "path";
12 path.resolve("", "../");
15 import {default as resolve} from "path";
19 import {Bar, default as resolve} from "path";
/third_party/skia/docs/examples/
H A DPath_isFinite.cpp7 auto debugster = [](const char* prefix, const SkPath& path) -> void { in REG_FIDDLE()
8 SkDebugf("%s path is %s" "finite\n", prefix, path.isFinite() ? "" : "not "); in REG_FIDDLE()
10 SkPath path; in REG_FIDDLE() local
11 debugster("initial", path); in REG_FIDDLE()
12 path.lineTo(SK_ScalarMax, SK_ScalarMax); in REG_FIDDLE()
13 debugster("after line", path); in REG_FIDDLE()
16 path.transform(matrix); in REG_FIDDLE()
17 debugster("after scale", path); in REG_FIDDLE()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp59 void draw_shadow(OH_Drawing_Canvas* canvas, OH_Drawing_Path* path, DRAW_PARAM param) in draw_shadow() argument
79 OH_Drawing_CanvasDrawShadow(canvas, path, planeParams, lightPos, lightR, ambientColor, spotColor, flags); in draw_shadow()
130 OH_Drawing_Path* path = OH_Drawing_PathCreate(); in make_path_star() local
131 path = OH_Drawing_PathCreate(); in make_path_star()
132 OH_Drawing_PathMoveTo(path, 0.0, -33.3333); // 0.0, -33.3333 gm 要求的图形坐标 in make_path_star()
133 OH_Drawing_PathLineTo(path, 9.62, -16.6667); // 9.62, -16.6667 gm 要求的图形坐标 in make_path_star()
134 OH_Drawing_PathLineTo(path, 28.867f, -16.6667f); // 28.867f, -16.6667f gm 要求的图形坐标 in make_path_star()
135 OH_Drawing_PathLineTo(path, 19.24f, 0.0f); // 19.24f, 0.0f gm 要求的图形坐标 in make_path_star()
136 OH_Drawing_PathLineTo(path, 28.867f, 16.6667f); // 28.867f, 16.6667f gm 要求的图形坐标 in make_path_star()
137 OH_Drawing_PathLineTo(path, 9.6 in make_path_star()
175 draw_rect_path( OH_Drawing_Canvas* canvas, OH_Drawing_Path* path, ShadowUtils::ShadowMode mode, OH_Drawing_CanvasShadowFlags flags) draw_rect_path() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_path_animation_test.cpp103 auto path = RSPath::CreateRSPath(ANIMATION_PATH); in HWTEST_F() local
105 property, property1, property2, 1.0f, path); in HWTEST_F()
127 auto path = RSPath::CreateRSPath(ANIMATION_PATH); in HWTEST_F() local
129 property, property1, property2, 1.0f, path); in HWTEST_F()
154 auto path = RSPath::CreateRSPath(ANIMATION_PATH); in HWTEST_F() local
156 property, property1, property2, 1.0f, path); in HWTEST_F()
181 auto path = RSPath::CreateRSPath(ANIMATION_PATH); in HWTEST_F() local
183 property, property1, property2, 1.0f, path); in HWTEST_F()
212 auto path = RSPath::CreateRSPath(ANIMATION_PATH); in HWTEST_F() local
214 property, property1, property2, 1.0f, path); in HWTEST_F()
243 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
272 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
297 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
325 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
348 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
377 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
412 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
441 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
467 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
493 auto path = RSPath::CreateRSPath(ANIMATION_PATH); HWTEST_F() local
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-filepath.cc66 // On Windows, '\\' is the standard path separator, but many tools and the
67 // Windows API also accept '/' as an alternate path separator. Unless otherwise
68 // noted, a file path can contain either kind of path separators, or a mixture
88 // Returns whether the given character is a valid path separator.
134 // Returns a pointer to the last occurrence of a valid path separator in
135 // the FilePath. On Windows, for example, both '/' and '\' are valid path
136 // separators. Returns NULL if no path separator was found.
151 const auto &path = pathname_; in CalculateRootLength() local
152 auto s = path in CalculateRootLength()
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-filepath.cc69 // On Windows, '\\' is the standard path separator, but many tools and the
70 // Windows API also accept '/' as an alternate path separator. Unless otherwise
71 // noted, a file path can contain either kind of path separators, or a mixture
91 // Returns whether the given character is a valid path separator.
139 // Returns a pointer to the last occurrence of a valid path separator in
140 // the FilePath. On Windows, for example, both '/' and '\' are valid path
141 // separators. Returns NULL if no path separator was found.
156 const auto& path = pathname_; in CalculateRootLength() local
157 auto s = path in CalculateRootLength()
[all...]
/third_party/python/Doc/library/
H A Dsite.rst16 .. index:: triple: module; search; path
18 Importing this module will append site-specific paths to the module search path
20 can be safely imported with no automatic modifications to the module search path
37 directory, and if so, adds it to ``sys.path`` and also inspects the newly
38 added path for configuration files.
56 A path configuration file is a file whose name has the form :file:`{name}.pth`
58 additional items (one per line) to be added to ``sys.path``. Non-existing items
59 are never added to ``sys.path``, and no check is made that the item refers to a
60 directory rather than a file. No item is added to ``sys.path`` more than
71 (load 3rd-party import hooks, adjust :envvar:`PATH` et
[all...]
/third_party/typescript/src/server/
H A DeditorServices.ts388 openFilesImpactedByConfigFile?: ESMap<Path, boolean>;
424 interface OriginalFileInfo { fileName: NormalizedPath; path: Path; }
428 /** path of open file so we can look at correct root */
429 path: Path;
560 cb: (potentialProjectReference: Path) => T | undefined
570 cbPotentialProjectRef: (potentialProjectReference: Path) => T | undefined
582 refPath: Path | undefined
594 resolvedRef => callbackRefProject(project, cb, resolvedRef.sourceFile.path),
[all...]
/third_party/libinput/doc/
H A Dmiddle-button-emulation.svg20 <path d="M 429.17 99 C 432.06 95.86 436.17 94.05 440.5 94 L 475.51 94 C 479.84 94.05 483.95 95.86 486.84 99 L 507.43 122 C 508.01 123.28 508.01 124.72 507.43 126 L 486.84 149 C 483.95 152.14 479.84 153.95 475.51 154 L 440.5 154 C 436.17 153.95 432.06 152.14 429.17 149 L 408.58 126 C 408 124.72 408 123.28 408.58 122 L 429.17 99 Z" fill="#ffd966" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/>
35 <path d="M 1009.17 99 C 1012.06 95.86 1016.17 94.05 1020.5 94 L 1055.51 94 C 1059.84 94.05 1063.95 95.86 1066.84 99 L 1087.43 122 C 1088.01 123.28 1088.01 124.72 1087.43 126 L 1066.84 149 C 1063.95 152.14 1059.84 153.95 1055.51 154 L 1020.5 154 C 1016.17 153.95 1012.06 152.14 1009.17 149 L 988.58 126 C 988 124.72 988 123.28 988.58 122 L 1009.17 99 Z" fill="#9ac7bf" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/>
50 <path d="M 729.17 239 C 732.06 235.86 736.17 234.05 740.5 234 L 775.51 234 C 779.84 234.05 783.95 235.86 786.84 239 L 807.43 262 C 808.01 263.28 808.01 264.72 807.43 266 L 786.84 289 C 783.95 292.14 779.84 293.95 775.51 294 L 740.5 294 C 736.17 293.95 732.06 292.14 729.17 289 L 708.58 266 C 708 264.72 708 263.28 708.58 262 L 729.17 239 Z" fill="#ffffff" stroke="#000000" stroke-width="2" stroke-miterlimit="10" pointer-events="none"/>
65 <path d="M 749 62 L 756.7 227.64" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/>
66 <path d="M 756.95 232.88 L 753.13 226.05 L 756.7 227.64 L 760.12 225.73 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/>
67 <path d="M 698 48 L 514.07 106.08" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/>
68 <path d="M 509.07 107.66 L 514.69 102.22 L 514.07 106.08 L 516.8 108.89 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/>
69 <path d="M 798 48 L 981.93 106.08" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/>
70 <path d="M 986.93 107.66 L 979.2 108.89 L 981.93 106.08 L 981.31 102.22 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="none"/>
84 <path
[all...]
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner.cpp44 MediaScannerObj::MediaScannerObj(const std::string &path, const std::shared_ptr<IMediaScannerCallback> &callback, in MediaScannerObj() argument
48 dir_ = path; in MediaScannerObj()
50 path_ = path; in MediaScannerObj()
52 // when path is /Photo, it means update or clone scene in MediaScannerObj()
53 skipPhoto_ = path.compare("/storage/cloud/files/Photo") != 0; in MediaScannerObj()
66 void MediaScannerObj::SetErrorPath(const std::string &path) in SetErrorPath() argument
68 errorPath_ = path; in SetErrorPath()
350 string path = albumPath; in SkipBucket() local
351 if (path.back() != SLASH_CHAR) { in SkipBucket()
352 path in SkipBucket()
407 ParseLivePhoto(const std::string& path, const std::unique_ptr<Metadata>& data) ParseLivePhoto() argument
436 GetFileInfo(const string &path, int64_t &size, int64_t &dateModified) GetFileInfo() argument
653 ScanFileInTraversal(const string &path, const string &parent, int32_t parentId) ScanFileInTraversal() argument
796 OpenFailedOperation(const string &path) OpenFailedOperation() argument
805 WalkFileTree(const string &path, int32_t parentId) WalkFileTree() argument
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py7 import os.path namespace
28 # Path handling for libraries and templates
29 # Paths have to be normalized because Jinja uses the exact template path to
31 # to be concurrency-safe. Use absolute path because __file__ is absolute if
36 module_path, module_filename = os.path.split(os.path.realpath(__file__))
42 items = [(k, os.path.join(config_base, v) if k == "path" else v)
44 items = [(k, os.path.join(output_base, v) if k == "output" else v)
53 def init_defaults(config_tuple, path, default
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js6 const path = require('path')
20 acc[path.basename(k)] = k
31 const base = path.join('/', path.basename(binKey.replace(/\\|:/g, '/'))).slice(1)
38 const binTarget = path.join('/', pkg.bin[binKey].replace(/\\/g, '/'))
89 // path for parsing packuments during install. So the calling method passes it
211 const files = await glob('*.gyp', { cwd: pkg.path })
225 await fs.access(path.join(pkg.path, 'serve
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_build_ext.py65 xx_c = os.path.join(self.tmp_dir, 'xxmodule.c')
96 sys.path.insert(0, tmp_dir)
153 lib = os.path.join(site.USER_BASE, 'lib')
154 incl = os.path.join(site.USER_BASE, 'include')
187 # etc.) are in the include search path.
194 for p in py_include.split(os.path.pathsep):
198 for p in plat_py_include.split(os.path.pathsep):
342 c_file = os.path.join(tmp_dir, 'foo.c')
352 cmd.build_lib = os.path.join(self.tmp_dir, 'build')
353 cmd.build_temp = os.path
[all...]
/third_party/skia/site/docs/dev/design/conical/
H A Dcorollary2.3.2.svg20 <path d="M 0 0 L 265 0 L 265 257 L 0 257 L 0 0 z"/>
25 <path d="M 69.171875 149.359375 Q 68.421875 149.359375 68.03125 150.109375 Q 67.65625 150.859375 67.65625 152.359375 Q 67.65625 153.859375 68.03125 154.609375 Q 68.421875 155.359375 69.171875 155.359375 Q 69.953125 155.359375 70.328125 154.609375 Q 70.71875 153.859375 70.71875 152.359375 Q 70.71875 150.859375 70.328125 150.109375 Q 69.953125 149.359375 69.171875 149.359375 z M 69.171875 148.578125 Q 70.40625 148.578125 71.046875 149.546875 Q 71.703125 150.515625 71.703125 152.359375 Q 71.703125 154.203125 71.046875 155.171875 Q 70.40625 156.140625 69.171875 156.140625 Q 67.953125 156.140625 67.296875 155.171875 Q 66.65625 154.203125 66.65625 152.359375 Q 66.65625 150.515625 67.296875 149.546875 Q 67.953125 148.578125 69.171875 148.578125 z"/>
30 <path d="M 60.78662485303139 142.82509847769097 L 60.78662485303139 146.82509847769097"/>
35 <path d="M 148.234375 155.171875 L 149.859375 155.171875 L 149.859375 149.609375 L 148.09375 149.953125 L 148.09375 149.0625 L 149.84375 148.703125 L 150.828125 148.703125 L 150.828125 155.171875 L 152.4375 155.171875 L 152.4375 156 L 148.234375 156 L 148.234375 155.171875 z"/>
40 <path d="M 149.83505704565925 142.82509847769097 L 149.83505704565925 146.82509847769097"/>
45 <path d="M 237.921875 155.171875 L 241.359375 155.171875 L 241.359375 156 L 236.734375 156 L 236.734375 155.171875 Q 237.296875 154.59375 238.265625 153.609375 Q 239.234375 152.625 239.484375 152.34375 Q 239.953125 151.8125 240.140625 151.453125 Q 240.328125 151.078125 240.328125 150.71875 Q 240.328125 150.140625 239.921875 149.78125 Q 239.515625 149.40625 238.859375 149.40625 Q 238.390625 149.40625 237.875 149.578125 Q 237.375 149.734375 236.78125 150.0625 L 236.78125 149.0625 Q 237.375 148.828125 237.890625 148.703125 Q 238.40625 148.578125 238.84375 148.578125 Q 239.96875 148.578125 240.640625 149.140625 Q 241.328125 149.703125 241.328125 150.65625 Q 241.328125 151.109375 241.15625 151.515625 Q 240.984375 151.90625 240.546875 152.453125 Q 240.421875 152.59375 239.765625 153.28125 Q 239.109375 153.953125 237.921875 155.171875 z"/>
50 <path d="M 238.88348923828713 142.82509847769097 L 238.88348923828713 146.82509847769097"/>
55 <path d="M 0 142.82509847769097 L 263 142.82509847769097"/>
60 <path d="M 264 143.32509847769097 L 261 139.82509847769097"/>
65 <path
[all...]
H A Dcorollary2.2.1.svg20 <path d="M 0 0 L 265 0 L 265 257 L 0 257 L 0 0 z"/>
25 <path d="M 69.171875 149.359375 Q 68.421875 149.359375 68.03125 150.109375 Q 67.65625 150.859375 67.65625 152.359375 Q 67.65625 153.859375 68.03125 154.609375 Q 68.421875 155.359375 69.171875 155.359375 Q 69.953125 155.359375 70.328125 154.609375 Q 70.71875 153.859375 70.71875 152.359375 Q 70.71875 150.859375 70.328125 150.109375 Q 69.953125 149.359375 69.171875 149.359375 z M 69.171875 148.578125 Q 70.40625 148.578125 71.046875 149.546875 Q 71.703125 150.515625 71.703125 152.359375 Q 71.703125 154.203125 71.046875 155.171875 Q 70.40625 156.140625 69.171875 156.140625 Q 67.953125 156.140625 67.296875 155.171875 Q 66.65625 154.203125 66.65625 152.359375 Q 66.65625 150.515625 67.296875 149.546875 Q 67.953125 148.578125 69.171875 148.578125 z"/>
30 <path d="M 60.78662485303139 142.82509847769097 L 60.78662485303139 146.82509847769097"/>
35 <path d="M 148.234375 155.171875 L 149.859375 155.171875 L 149.859375 149.609375 L 148.09375 149.953125 L 148.09375 149.0625 L 149.84375 148.703125 L 150.828125 148.703125 L 150.828125 155.171875 L 152.4375 155.171875 L 152.4375 156 L 148.234375 156 L 148.234375 155.171875 z"/>
40 <path d="M 149.83505704565925 142.82509847769097 L 149.83505704565925 146.82509847769097"/>
45 <path d="M 237.921875 155.171875 L 241.359375 155.171875 L 241.359375 156 L 236.734375 156 L 236.734375 155.171875 Q 237.296875 154.59375 238.265625 153.609375 Q 239.234375 152.625 239.484375 152.34375 Q 239.953125 151.8125 240.140625 151.453125 Q 240.328125 151.078125 240.328125 150.71875 Q 240.328125 150.140625 239.921875 149.78125 Q 239.515625 149.40625 238.859375 149.40625 Q 238.390625 149.40625 237.875 149.578125 Q 237.375 149.734375 236.78125 150.0625 L 236.78125 149.0625 Q 237.375 148.828125 237.890625 148.703125 Q 238.40625 148.578125 238.84375 148.578125 Q 239.96875 148.578125 240.640625 149.140625 Q 241.328125 149.703125 241.328125 150.65625 Q 241.328125 151.109375 241.15625 151.515625 Q 240.984375 151.90625 240.546875 152.453125 Q 240.421875 152.59375 239.765625 153.28125 Q 239.109375 153.953125 237.921875 155.171875 z"/>
50 <path d="M 238.88348923828713 142.82509847769097 L 238.88348923828713 146.82509847769097"/>
55 <path d="M 0 142.82509847769097 L 263 142.82509847769097"/>
60 <path d="M 264 143.32509847769097 L 261 139.82509847769097"/>
65 <path
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp138 bool InstalldOperator::IsExistFile(const std::string &path) in IsExistFile() argument
140 if (path.empty()) { in IsExistFile()
141 LOG_E(BMS_TAG_INSTALLD, "path is empty"); in IsExistFile()
146 if (stat(path.c_str(), &buf) != 0) { in IsExistFile()
153 bool InstalldOperator::IsExistApFile(const std::string &path) in IsExistApFile() argument
156 std::filesystem::path apFilePath(path); in IsExistApFile()
158 if (path.empty() || !PathToRealPath(apDir, realPath)) { in IsExistApFile()
170 if (entry.path().extension() == ServiceConstants::AP_SUFFIX) { in IsExistApFile()
177 bool InstalldOperator::IsExistDir(const std::string &path) in IsExistDir() argument
196 MkRecursiveDir(const std::string &path, bool isReadByOthers) MkRecursiveDir() argument
207 DeleteDir(const std::string &path) DeleteDir() argument
431 std::string path = targetPath; ExtractTargetHnpFile() local
512 std::string path = targetPath; ExtractTargetFile() local
547 FsyncResFile(const std::string &path, const ExtractFileType &extractFileType) FsyncResFile() argument
646 GetPathDir(const std::string &path) GetPathDir() argument
655 ChangeDirOwnerRecursively(const std::string &path, const int uid, const int gid) ChangeDirOwnerRecursively() argument
727 IsValidPath(const std::string &rootDir, const std::string &path) IsValidPath() argument
818 MkOwnerDir(const std::string &path, bool isReadByOthers, const int uid, const int gid) MkOwnerDir() argument
826 CheckPathIsSame(const std::string &path, int32_t mode, const int32_t uid, const int32_t gid, bool &isPathExist) CheckPathIsSame() argument
846 MkOwnerDir(const std::string &path, int mode, const int uid, const int gid) MkOwnerDir() argument
900 std::string path = filePath + entry->d_name; GetDiskUsage() local
953 GetDiskUsageFromPath(const std::vector<std::string> &path) GetDiskUsageFromPath() argument
2089 AddDeleteDfx(const std::string &path) AddDeleteDfx() argument
2120 RmvDeleteDfx(const std::string &path) RmvDeleteDfx() argument
[all...]
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c109 char *path; member
586 name->path = realloc(name->path, name->len + 1 + len); in append_pathname()
587 strcpy(&name->path[name->len], str); in append_pathname()
600 rval = attr_list(name->path, buffer, buffersize, flags, cursor); in attr_list_path()
619 rval = attr_remove(name->path, attrname, flags); in attr_remove_path()
639 rval = attr_set(name->path, attrname, attrvalue, valuelength, flags); in attr_set_path()
673 rval = creat(name->path, mode); in creat_path()
827 if (name->path) { in free_pathname()
828 free(name->path); in free_pathname()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtfmtsym.cpp1518 // Alias' relative path populated whenever an alias is read
1636 UnicodeString *path = (UnicodeString*)aliasPathPairs[i + 1]; in put() local
1637 if (arrays.get(*path) == NULL) { in put()
1644 arrays.put(*path, aliasArrayCopy.orphan(), errorCode); in put()
1645 arraySizes.puti(*path, aliasArraySize, errorCode); in put()
1650 UnicodeString *path = (UnicodeString*)aliasPathPairs[i + 1]; in put() local
1651 if (maps.get(*path) == NULL) { in put()
1652 maps.put(*path, aliasMap, errorCode); in put()
1674 void processResource(UnicodeString &path, const char *key, ResourceValue &value, UErrorCode &errorCode) { in processResource()
1700 maps.put(path, stringMa in processResource()
1914 initLeapMonthPattern(UnicodeString *field, int32_t index, CalendarDataSink &sink, CharString &path, UErrorCode &status) initLeapMonthPattern() argument
1934 buildResourcePath(CharString &path, const char* segment1, UErrorCode &errorCode) buildResourcePath() argument
1939 buildResourcePath(CharString &path, const char* segment1, const char* segment2, UErrorCode &errorCode) buildResourcePath() argument
1946 buildResourcePath(CharString &path, const char* segment1, const char* segment2, const char* segment3, UErrorCode &errorCode) buildResourcePath() argument
1953 buildResourcePath(CharString &path, const char* segment1, const char* segment2, const char* segment3, const char* segment4, UErrorCode &errorCode) buildResourcePath() argument
1989 loadDayPeriodStrings(CalendarDataSink &sink, CharString &path, int32_t &stringCount, UErrorCode &status) loadDayPeriodStrings() argument
2156 CharString path; initializeData() local
[all...]
/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp285 char path[PATH_MAX] = {0}; in FdToRead() local
286 if (realpath(file.c_str(), path) == nullptr) { in FdToRead()
287 DUMPER_HILOGE(MODULE_COMMON, "realpath, no such file. path=[%{public}s], file=[%{public}s]", in FdToRead()
288 path, file.c_str()); in FdToRead()
292 if (file != std::string(path)) { in FdToRead()
293 DUMPER_HILOGI(MODULE_COMMON, "fail to check consistency. path=[%{public}s], file=[%{public}s]", in FdToRead()
294 path, file.c_str()); in FdToRead()
297 int fd = TEMP_FAILURE_RETRY(open(path, O_RDONLY | O_CLOEXEC | O_NONBLOCK)); in FdToRead()
299 DUMPER_HILOGE(MODULE_COMMON, "open [%{public}s] %{public}s", path, ErrnoToMsg(errno).c_str()); in FdToRead()
309 DUMPER_HILOGE(MODULE_COMMON, "file path in FdToWrite()
315 char path[PATH_MAX] = {0}; FdToWrite() local
341 char path[PATH_MAX] = {0}; CheckProcessAlive() local
394 DirectoryExists(const std::string &path) DirectoryExists() argument
403 PathIsValid(const std::string &path) PathIsValid() argument
[all...]

Completed in 66 milliseconds

1...<<51525354555657585960>>...1475