Searched refs:File (Results 1 - 25 of 100) sorted by relevance

1234

/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
H A Dc++-analyzer4 use File::Basename qw/ dirname /;
H A Dccc-analyzer19 use File::Temp qw/ tempfile /;
20 use File::Path qw / mkpath /;
21 use File::Basename;
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
H A Dc++-analyzer4 use File::Basename qw/ dirname /;
H A Dccc-analyzer19 use File::Temp qw/ tempfile /;
20 use File::Path qw / mkpath /;
21 use File::Basename;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dmacostools.py11 from Carbon import File, Files namespace
34 srcfsr = File.FSRef(src)
39 dstdirfsr = File.FSRef(dstdir)
41 relativefsr = File.FSRef(relative)
43 alias = File.FSNewAlias(relativefsr, srcfsr)
48 File.FSGetResourceForkName())
49 h = Res.FSOpenResourceFile(dstfsr, File.FSGetResourceForkName(), 3)
88 f.update(File.FSRef(pardir))
92 src = File.pathname(src)
93 dst = File
[all...]
H A Dapplesingle.py11 import Carbon.File namespace
18 class File: class in class:Carbon
31 # File header format: magic, version, unused, number of entries
120 if isinstance(infile, Carbon.File.Alias):
123 if hasattr(Carbon.File, "FSSpec"):
124 if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)):
127 if isinstance(infile, Carbon.File.FSRef):
H A Dfindertools.py26 import Carbon.File namespace
48 fss = Carbon.File.FSSpec(file)
54 fss = Carbon.File.FSSpec(file)
63 src_fss.append(Carbon.File.FSSpec(s))
65 src_fss = Carbon.File.FSSpec(src)
66 dst_fss = Carbon.File.FSSpec(dstdir)
75 src_fss.append(Carbon.File.FSSpec(s))
77 src_fss = Carbon.File.FSSpec(src)
78 dst_fss = Carbon.File.FSSpec(dstdir)
104 fsr = Carbon.File
[all...]
H A Daepack.py24 import Carbon.File namespace
62 FSSType = Carbon.File.FSSpecType
66 FSRefType = Carbon.File.FSRefType
67 AliasType = Carbon.File.AliasType
155 return Carbon.File.Alias(rawdata=desc.data)
176 return Carbon.File.FSSpec(rawdata=desc.data)
178 return Carbon.File.FSRef(rawdata=desc.data)
337 if want == 'file': return aetypes.File(seld, fr)
H A Dargvemulator.py13 from Carbon import File namespace
79 alias = File.Alias(rawdata=aliasdesc.data)
H A DEasyDialogs.py38 import Carbon.File namespace
578 import Carbon.File namespace
588 if isinstance(defaultLocation, Carbon.File.FSSpec):
592 if not isinstance(defaultLocation, Carbon.File.FSRef):
593 defaultLocation = Carbon.File.FSRef(defaultLocation)
666 if issubclass(tpwanted, Carbon.File.FSRef):
668 if issubclass(tpwanted, Carbon.File.FSSpec):
719 if issubclass(tpwanted, Carbon.File.FSRef):
721 if issubclass(tpwanted, Carbon.File.FSSpec):
726 pardir_fss = Carbon.File
[all...]
H A Dbuildtools.py14 import Carbon.File namespace
49 RESOURCE_FORK_NAME=Carbon.File.FSGetResourceForkName()
60 file, d1, d2 = Carbon.File.FSResolveAliasFile(file, 1)
62 except (Carbon.File.Error, ValueError):
155 template_fsr, d1, d2 = Carbon.File.FSResolveAliasFile(template, 1)
269 dest_fss = Carbon.File.FSSpec(destname)
H A Dcfmfile.py12 import Carbon.File namespace
35 srclist[i] = Carbon.File.pathname(srclist[i])
36 dst = Carbon.File.pathname(dst)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_aepack.py60 import Carbon.File namespace
64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
73 import Carbon.File namespace
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
H A Dtest_macostools.py10 import Carbon.File namespace
64 fss, _, _ = Carbon.File.ResolveAliasFile(TESTFN2, 0)
76 fss, _, _ = Carbon.File.ResolveAliasFile(TESTFN2, 0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_aepack.py60 import Carbon.File namespace
64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
73 import Carbon.File namespace
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
H A Dtest_macostools.py10 import Carbon.File namespace
64 fss, _, _ = Carbon.File.ResolveAliasFile(TESTFN2, 0)
76 fss, _, _ = Carbon.File.ResolveAliasFile(TESTFN2, 0)
/prebuilts/tools/common/proguard/proguard4.7/bin/
H A Dproguard.bat8 REM "\"C:/My Directory/My File.txt\""
H A Dproguardgui.bat8 REM "\"C:/My Directory/My File.txt\""
H A Dretrace.bat8 REM "\"C:/My Directory/My File.txt\""
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmacpath.py102 import Carbon.File namespace
103 return Carbon.File.ResolveAliasFile(s, 0)[2]
200 import Carbon.File namespace
210 path = Carbon.File.FSResolveAliasFile(path, 1)[0].as_pathname()
211 except Carbon.File.Error:
H A Dmimify.py47 class File: class in inherits:
184 nifile = File(ifile, multipart)
221 nifile = File(ifile, None)
398 nifile = File(ifile, multipart)
429 nifile = File(ifile, None)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmacpath.py102 import Carbon.File namespace
103 return Carbon.File.ResolveAliasFile(s, 0)[2]
200 import Carbon.File namespace
210 path = Carbon.File.FSResolveAliasFile(path, 1)[0].as_pathname()
211 except Carbon.File.Error:
H A Dmimify.py47 class File: class in inherits:
184 nifile = File(ifile, multipart)
221 nifile = File(ifile, None)
398 nifile = File(ifile, multipart)
429 nifile = File(ifile, None)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/psdk_inc/
H A D_dbg_common.h775 WINBOOL IMAGEAPI SymEnumLines(HANDLE hProcess,ULONG64 Base,PCSTR Obj,PCSTR File,PSYM_ENUMLINES_CALLBACK EnumLinesCallback,PVOID UserContext);
776 WINBOOL IMAGEAPI SymEnumLinesW(HANDLE hProcess,ULONG64 Base,PCWSTR Obj,PCSTR File,PSYM_ENUMLINES_CALLBACKW EnumLinesCallback,PVOID UserContext);
1618 PCSTR File,
1629 PCWSTR File,
1858 PCSTR File,
1867 PCWSTR File,
1878 PCSTR File,
1884 PCWSTR File,
1894 PCTSTR File,
1902 PCWSTR File,
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
H A D_dbg_common.h775 WINBOOL IMAGEAPI SymEnumLines(HANDLE hProcess,ULONG64 Base,PCSTR Obj,PCSTR File,PSYM_ENUMLINES_CALLBACK EnumLinesCallback,PVOID UserContext);
776 WINBOOL IMAGEAPI SymEnumLinesW(HANDLE hProcess,ULONG64 Base,PCWSTR Obj,PCSTR File,PSYM_ENUMLINES_CALLBACKW EnumLinesCallback,PVOID UserContext);
1618 PCSTR File,
1629 PCWSTR File,
1858 PCSTR File,
1867 PCWSTR File,
1878 PCSTR File,
1884 PCWSTR File,
1894 PCTSTR File,
1902 PCWSTR File,
[all...]

Completed in 483 milliseconds

1234