Home
last modified time | relevance | path

Searched refs:srcpath (Results 1 – 16 of 16) sorted by relevance

/external/flac/src/share/grabbag/
Dfile.c52 void grabbag__file_copy_metadata(const char *srcpath, const char *destpath) in grabbag__file_copy_metadata() argument
56 if(0 == flac_stat(srcpath, &srcstat)) { in grabbag__file_copy_metadata()
71 FLAC__off_t grabbag__file_get_filesize(const char *srcpath) in grabbag__file_get_filesize() argument
75 if(0 == flac_stat(srcpath, &srcstat)) in grabbag__file_get_filesize()
81 const char *grabbag__file_get_basename(const char *srcpath) in grabbag__file_get_basename() argument
85 p = strrchr(srcpath, '/'); in grabbag__file_get_basename()
88 p = strrchr(srcpath, '\\'); in grabbag__file_get_basename()
91 return srcpath; in grabbag__file_get_basename()
/external/coreboot/util/qualcomm/scripts/cmm/
Ddebug_chroot_common.cmm30 ENTRY &TargetPkg &srcpath &xblsrcpath &ImageName
91 d.load.elf &imgpath /strippart 9 /sourcepath &srcpath
93 d.load.elf &imgpath /strippart 9 /sourcepath &srcpath /nocode
109 d.load.elf &imgpath /strippart 9 /sourcepath &srcpath /noclear
111 d.load.elf &imgpath /strippart 9 /sourcepath &srcpath /nocode /noclear
125 d.load.elf &imgpath /strippart 9 /sourcepath &srcpath
127 d.load.elf &imgpath /strippart 9 /sourcepath &srcpath /nocode
164 d.load.elf &imgpath /strippart 9 /sourcepath &srcpath
166 d.load.elf &imgpath /strippart 9 /sourcepath &srcpath /nocode
182 &srcpath="..\..\..\depthcharge-9999\work\depthcharge-9999\src"
[all …]
Ddebug_cb_common.cmm30 ENTRY &TargetPkg &srcpath &xblsrcpath &ImageName
91 d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath
93 d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath /nocode
109 d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath /noclear
111 d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath /nocode /noclear
125 d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath
127 d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath /nocode
164 d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath
166 d.load.elf &imgpath /strippart "coreboot" /sourcepath &srcpath /nocode
182 symbol.sourcepath.setbasedir &srcpath\payloads
[all …]
Ddebug_cb_trogdor.cmm76 &srcpath=os.pwd()
89 PRINT %String "Source Path: &srcpath"
91 symbol.sourcepath.setbasedir &srcpath\src
116 DO debug_cb_common.cmm &TargetPkg &srcpath &xblsrcpath &ImageName
Ddebug_chroot_trogdor.cmm76 &srcpath=os.pwd()
89 PRINT %String "Source Path: &srcpath"
91 symbol.sourcepath.setbasedir &srcpath\src
116 DO debug_chroot_common.cmm &TargetPkg &srcpath &xblsrcpath &ImageName
Ddebug_cb_405.cmm79 &srcpath=os.pwd()
105 PRINT %String "Source Path: &srcpath"
107 symbol.sourcepath.setbasedir &srcpath\src
150 DO debug_cb_common.cmm &TargetPkg &srcpath &xblsrcpath &ImageName
/external/flac/include/share/grabbag/
Dfile.h41 void grabbag__file_copy_metadata(const char *srcpath, const char *destpath);
42 FLAC__off_t grabbag__file_get_filesize(const char *srcpath);
43 const char *grabbag__file_get_basename(const char *srcpath);
/external/emma/ant/ant14/com/vladium/emma/report/
DreportTask.java58 final Path srcpath = m_reportCfg.getSourcepath (); in execute() local
74 processor.setSourcePath (srcpath != null ? srcpath.list () : null); in execute()
/external/emma/ant/ant14/com/vladium/emma/
DemmajavaTask.java141 final Path srcpath = m_reportCfg.getSourcepath (); in execute() local
142 if (srcpath != null) in execute()
145 super.createArg ().setValue (Strings.toListForm (srcpath.list (), ',')); in execute()
/external/libchrome/mojo/public/tools/bindings/
Dmojom_types_downgrader.py115 DowngradePath(args.srcpath, args.outdir)
/external/pytorch/torch/_inductor/codegen/cuda/
Dcutlass_utils.py354 def cuda_standalone_runner_compile_command(srcpath: Path, exepath: Path):
361 [str(srcpath)], str(exepath), "exe", extra_args=extra_args
/external/flac/src/test_seeking/
Dmain.c95 static FLAC__off_t get_filesize_(const char *srcpath) in get_filesize_() argument
99 if(0 == flac_stat(srcpath, &srcstat)) in get_filesize_()
/external/erofs-utils/lib/
Dxattr.c297 static struct xattr_item *erofs_get_selabel_xattr(const char *srcpath, in erofs_get_selabel_xattr() argument
310 erofs_fspath(srcpath)); in erofs_get_selabel_xattr()
312 ret = asprintf(&fspath, "/%s", erofs_fspath(srcpath)); in erofs_get_selabel_xattr()
323 srcpath, erofs_strerror(ret)); in erofs_get_selabel_xattr()
/external/erofs-utils/mkfs/
Dmain.c953 char *srcpath = cfg.c_src_path; in mkfs_parse_options_cfg() local
963 err = erofs_dev_open(src, srcpath, O_RDONLY); in mkfs_parse_options_cfg()
973 } while (optind < argc && (srcpath = argv[optind++])); in mkfs_parse_options_cfg()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Devices/AllJoyn/
Dmod.rs175 …eceiver_signalhandler_ptr, member : alljoyn_interfacedescription_member, srcpath : ::windows_sys::…
198 …eceiver_signalhandler_ptr, member : alljoyn_interfacedescription_member, srcpath : ::windows_sys::…
1364 …e extern "system" fn(member: *const alljoyn_interfacedescription_member, srcpath: ::windows_sys::c…
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Devices/AllJoyn/
Dmod.rs175 …eceiver_signalhandler_ptr, member : alljoyn_interfacedescription_member, srcpath : ::windows_sys::…
198 …eceiver_signalhandler_ptr, member : alljoyn_interfacedescription_member, srcpath : ::windows_sys::…
1364 …e extern "system" fn(member: *const alljoyn_interfacedescription_member, srcpath: ::windows_sys::c…