Searched refs:path (Results 501 - 525 of 4145) sorted by relevance

<<21222324252627282930>>

/macosx-10.10/WebCore-7600.1.25/platform/cf/
H A DFileSystemCF.cpp38 CString fileSystemRepresentation(const String& path) argument
40 RetainPtr<CFStringRef> cfString = path.createCFString();
57 RetainPtr<CFURLRef> pathAsURL(const String& path) argument
65 return adoptCF(CFURLCreateWithFileSystemPath(0, path.createCFString().get(), pathStyle, FALSE));
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageSyncManager.cpp43 PassRefPtr<StorageSyncManager> StorageSyncManager::create(const String& path) argument
45 return adoptRef(new StorageSyncManager(path));
48 StorageSyncManager::StorageSyncManager(const String& path) argument
50 , m_path(path.isolatedCopy())
67 LOG_ERROR("Unabled to create LocalStorage database path %s", m_path.utf8().data());
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSFileManagerExtras.h33 - (void)_webkit_setMetadataURL:(NSString *)URLString referrer:(NSString *)referrer atPath:(NSString *)path;
36 - (NSString *)_webkit_pathWithUniqueFilenameForPath:(NSString *)path;
/macosx-10.10/apr-32/apr/apr/include/arch/aix/
H A Dapr_arch_dso.h28 void *dlopen(const char *path, int mode);
/macosx-10.10/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_dso.h40 char *path; member in struct:apr_dso_handle_t
/macosx-10.10/cups-408/cups/cups/
H A Dtls.c92 httpLoadCredentials(const char *path, cups_array_t **credentials, const char *common_name) argument
94 (void)path;
100 httpSaveCredentials(const char *path, cups_array_t *credentials, const char *common_name) argument
102 (void)path;
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dfopen_unlocked.c39 @deftypefn Extension {FILE *} fopen_unlocked (const char *@var{path}, const char * @var{mode})
57 @deftypefn Extension {FILE *} freopen_unlocked (const char * @var{path}, const char * @var{mode}, FILE * @var{stream})
105 fopen_unlocked (const char *path, const char *mode) argument
107 FILE *const fp = fopen (path, mode);
121 freopen_unlocked (const char *path, const char *mode, FILE *stream) argument
123 FILE *const fp = freopen (path, mode, stream);
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Dutime.h36 int utime(const char *path, const struct utimbuf *buf);
/macosx-10.10/libxml2-26/libxml2/
H A Dxzlib.h14 xzFile __libxml2_xzopen(const char *path, const char *mode);
/macosx-10.10/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dconfigutil.py11 Given an input and output path, "configure" the file at the given input path
19 The output path's parent directory need not exist (it will be created).
21 If the output path does exist and the configured data is not different than
39 output_parent_path = os.path.dirname(os.path.abspath(output_path))
40 if not os.path.exists(output_parent_path):
43 # If the output path exists, load it and compare to the configured contents.
44 if os.path.exists(output_path):
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddata_redirect.c9 /* char *data_redirect_file(result, path)
11 /* const char *path;
36 /* .IP path
110 /* data_redirect_path - redirect path to Postfix-owned directory */
112 static char *data_redirect_path(VSTRING *result, const char *path, argument
119 (void) sane_dirname(result, path);
121 vstring_strcpy(result, path);
127 (void) sane_basename(result, path);
136 char *data_redirect_file(VSTRING *result, const char *path) argument
142 if (path
150 const char *path; local
[all...]
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_vars.c57 char *path; local
86 path = concatenate(var_config_dir, "/", MASTER_CONF_FILE, (char *) 0);
87 fset_master_ent(path);
88 myfree(path);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dwarn_stat.c9 /* int warn_stat(path, st)
10 /* const char *path;
13 /* int warn_lstat(path, st)
14 /* const char *path;
69 int warn_stat(const char *path, struct stat * st) argument
73 ret = stat(path, st);
81 int warn_lstat(const char *path, struct stat * st) argument
85 ret = lstat(path, st);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dautoreadme.py30 # Find the path to the just inserted volume
31 path = aNotification.userInfo()['NSDevicePath']
33 for aFile in os.listdir(path):
37 fullPath = os.path.join(path, aFile)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A Dsetup.py14 data_files=["English.lproj"] + [ os.path.join('GraphicsFiles', fn) for fn in os.listdir('GraphicsFiles') ],
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A Dautoreadme.py30 # Find the path to the just inserted volume
31 path = aNotification.userInfo()['NSDevicePath']
33 for aFile in os.listdir(path):
37 fullPath = os.path.join(path, aFile)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A Dsetup.py14 data_files=["English.lproj"] + [ os.path.join('GraphicsFiles', fn) for fn in os.listdir('GraphicsFiles') ],
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/
H A Dconf.py17 # add these directories to sys.path here. If the directory is relative to the
18 # documentation root, use os.path.abspath to make it absolute, like shown here.
19 #sys.path.append(os.path.abspath('.'))
50 topdir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
51 fp = open(os.path.join(topdir, 'Modules', 'objc', 'pyobjc.h'), 'r')
125 # The name of an image file (within the static path) to use as favicon of the
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A Dautoreadme.py30 # Find the path to the just inserted volume
31 path = aNotification.userInfo()['NSDevicePath']
33 for aFile in os.listdir(path):
37 fullPath = os.path.join(path, aFile)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A Dsetup.py14 data_files=["English.lproj"] + [ os.path.join('GraphicsFiles', fn) for fn in os.listdir('GraphicsFiles') ],
/macosx-10.10/remote_cmds-47/makedbm.tproj/
H A Ddb.c80 char path[MAXPATHLEN]; local
82 snprintf(path, sizeof(path), "%s%s", database, ".db");
84 db = dbopen(path, O_RDONLY, 0, DB_HASH, NULL);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dscrollbox.rb18 @path = list.path
21 list.configure 'yscroll', scroll.path+" set"
23 scroll.configure 'command', list.path+" yview"
/macosx-10.10/ruby-106/ruby/nacl/
H A Dunistd.h7 int truncate(const char* path, off_t new_size);
/macosx-10.10/ruby-106/ruby/sample/
H A Dtrojan.rb3 path = ENV['PATH'].split(File::PATH_SEPARATOR)
5 for dir in path
/macosx-10.10/ruby-106/ruby/symbian/
H A Dmissing-pips.c13 int execl(const char *path, const char *arg0, ... /*, (char *)0 */);
14 int execv(const char *path, char *const argv[]);
27 int execl(const char *path, const char *arg0, ...) argument
32 int execv(const char *path, char *const argv[]) argument

Completed in 163 milliseconds

<<21222324252627282930>>