Home
last modified time | relevance | path

Searched refs:path (Results 2151 - 2175 of 8425) sorted by relevance

1...<<81828384858687888990>>...337

/third_party/node/test/pummel/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/report/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/sequential/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/tick-processor/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/v8-updates/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/wasi/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/wpt/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/abort/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/addons/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/async-hooks/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/benchmark/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/embedding/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/doctool/
H A Dtestcfg.py3 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/node/test/es-module/
H A Dtestcfg.py2 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/musl/src/stat/
H A Dchmod.c5 int chmod(const char *path, mode_t mode) in chmod() argument
8 return syscall(SYS_chmod, path, mode); in chmod()
10 return syscall(SYS_fchmodat, AT_FDCWD, path, mode); in chmod()
H A Dmkfifo.c6 int mkfifo(const char *path, mode_t mode) in mkfifo() argument
9 return syscall(SYS_mkfifo, path, mode); in mkfifo()
11 return mknod(path, mode | S_IFIFO, 0); in mkfifo()
H A Dmkdir.c5 int mkdir(const char *path, mode_t mode) in mkdir() argument
8 return syscall(SYS_mkdir, path, mode); in mkdir()
10 return syscall(SYS_mkdirat, AT_FDCWD, path, mode); in mkdir()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dremove.c6 int remove(const char *path) in remove() argument
8 int r = unlink(path); in remove()
9 if (r==-EISDIR) r = rmdir(path); in remove()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dremove.c6 int remove(const char *path) in remove() argument
8 int r = unlink(path); in remove()
9 if (r==-EISDIR) r = rmdir(path); in remove()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dremove.c6 int remove(const char *path) in remove() argument
8 int r = unlink(path); in remove()
9 if (r==-EISDIR) r = rmdir(path); in remove()
/third_party/rust/crates/cxx/tests/ui/
H A Dinclude.rs4 include!("path/to" what);
5 include!(<path/to> what);
6 include!(<path/to);
7 include!(<path[to]>);
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-01-download-rfc.py11 path = "rfc7932.txt" variable
13 with open(path, "w") as rfc:
16 print("Downloaded and saved " + str(len(text)) + " bytes to " + path)
/third_party/skia/tools/fiddle/
H A Dmake_all_examples_cpp.py9 os.chdir(os.path.dirname(__file__))
14 for path in sorted(glob.glob('../../docs/examples/*.cpp')):
15 o.write('#include "%s"\n' % path)
/third_party/skia/docs/examples/
H A DPath_setFillType.cpp7 SkPath path; in REG_FIDDLE() local
8 path.setFillType(SkPathFillType::kInverseWinding); in REG_FIDDLE()
11 canvas->drawPath(path, paint); in REG_FIDDLE()
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp65 TypeFace InitTypeFace(FT_Face face, string_view path, string_view filename) in InitTypeFace() argument
68 string(path), // font file path in InitTypeFace()
160 IFile::Ptr file = fileManager.OpenFile(typeFace.path); in CreateFontBuffer()
162 CORE_LOG_E("failed to open font %s | %s", typeFace.path.data(), GetErrorString().c_str()); in CreateFontBuffer()
171 CORE_LOG_E("failed to read %zu bytes from %s | %s", len, typeFace.path.data(), GetErrorString().c_str()); in CreateFontBuffer()
245 void FontManager::GetTypeFacesByFile(vector<TypeFace>& typeFaces, string_view path) in GetTypeFacesByFile() argument
249 IFile::Ptr file = fileManager.OpenFile(path); in GetTypeFacesByFile()
251 CORE_LOG_E("failed to open font %s | %s", path.data(), GetErrorString().c_str()); in GetTypeFacesByFile()
255 auto entry = fileManager.GetEntry(path); in GetTypeFacesByFile()
302 GetTypeFacesByDir(vector<TypeFace>& typeFaces, string_view path) GetTypeFacesByDir() argument
[all...]

Completed in 8 milliseconds

1...<<81828384858687888990>>...337