Searched refs:sourcePath (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dpkg_icu.h16 const char *sourcePath, const char *addList, icu::Package *pkg,
H A Dpkg_icu.cpp152 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { argument
163 addListPkg = readList(sourcePath, addList, TRUE, NULL);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dbuildutil.tcl90 set sourcePath [file join $sourceDir $sourceFile]
91 if [file isdirectory $sourcePath] {
97 CopySubDir $sourcePath $destFile
99 CopyFile $sourcePath $destDir
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DAsyncFileSystemGtk.h37 virtual void move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
38 virtual void copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DAsyncFileSystemGtk.cpp65 void AsyncFileSystemGtk::move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
70 void AsyncFileSystemGtk::copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DAsyncFileSystemBlackBerry.cpp81 void AsyncFileSystemBlackBerry::move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
83 m_platformFileSystem->move(fileSystemURLToPath(sourcePath), fileSystemURLToPath(destinationPath), new PlatformAsyncFileSystemCallbacks(callbacks));
86 void AsyncFileSystemBlackBerry::copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
88 m_platformFileSystem->copy(fileSystemURLToPath(sourcePath), fileSystemURLToPath(destinationPath), new PlatformAsyncFileSystemCallbacks(callbacks));
H A DWorkerAsyncFileSystemBlackBerry.h48 virtual void move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
49 virtual void copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
65 static void moveOnMainThread(ScriptExecutionContext*, BlackBerry::Platform::WebFileSystem*, const KURL& sourcePath, const KURL& destinationPath, WorkerPlatformAsyncFileSystemCallbacks*);
66 static void copyOnMainThread(ScriptExecutionContext*, BlackBerry::Platform::WebFileSystem*, const KURL& sourcePath, const KURL& destinationPath, WorkerPlatformAsyncFileSystemCallbacks*);
H A DAsyncFileSystemBlackBerry.h53 virtual void move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
54 virtual void copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DWorkerAsyncFileSystemBlackBerry.cpp72 void WorkerAsyncFileSystemBlackBerry::moveOnMainThread(ScriptExecutionContext*, WebFileSystem* platformFileSystem, const KURL& sourcePath, const KURL& destinationPath, WorkerPlatformAsyncFileSystemCallbacks* callbacks) argument
74 platformFileSystem->move(fileSystemURLToPath(sourcePath), fileSystemURLToPath(destinationPath), callbacks);
77 void WorkerAsyncFileSystemBlackBerry::copyOnMainThread(ScriptExecutionContext*, WebFileSystem* platformFileSystem, const KURL& sourcePath, const KURL& destinationPath, WorkerPlatformAsyncFileSystemCallbacks* callbacks) argument
79 platformFileSystem->copy(fileSystemURLToPath(sourcePath), fileSystemURLToPath(destinationPath), callbacks);
144 void WorkerAsyncFileSystemBlackBerry::move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
146 postTaskToMainThread(createCallbackTask(&WorkerAsyncFileSystemBlackBerry::moveOnMainThread, m_platformFileSystem.get(), sourcePath, destinationPath, new WorkerPlatformAsyncFileSystemCallbacks(callbacks, m_context, m_mode)));
149 void WorkerAsyncFileSystemBlackBerry::copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
151 postTaskToMainThread(createCallbackTask(&WorkerAsyncFileSystemBlackBerry::copyOnMainThread, m_platformFileSystem.get(), sourcePath, destinationPath, new WorkerPlatformAsyncFileSystemCallbacks(callbacks, m_context, m_mode)));
/macosx-10.9.5/ICU-511.35/icuSources/tools/icupkg/
H A Dicupkg.cpp223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; local
254 sourcePath=options[OPT_SOURCEDIR].value;
257 sourcePath=NULL;
276 pkg->addFile(sourcePath, inFilename);
290 isModified=(UBool)(sourcePath!=destPath);
401 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) {
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dsignerutils.cpp136 sourcePath(srcPath),
210 arguments.push_back(sourcePath.c_str());
281 UnixError::check(::stat(sourcePath.c_str(), &st));
294 copy(sourcePath.c_str(), NULL, COPYFILE_SECURITY | COPYFILE_METADATA);
302 UnixError::check(::rename(tempPath.c_str(), sourcePath.c_str()));
H A Dsignerutils.h158 const std::string sourcePath; member in class:Security::CodeSigning::MachOEditor
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dsignerutils.cpp136 sourcePath(srcPath),
210 arguments.push_back(sourcePath.c_str());
281 UnixError::check(::stat(sourcePath.c_str(), &st));
294 copy(sourcePath.c_str(), NULL, COPYFILE_SECURITY | COPYFILE_METADATA);
302 UnixError::check(::rename(tempPath.c_str(), sourcePath.c_str()));
H A Dsignerutils.h158 const std::string sourcePath; member in class:Security::CodeSigning::MachOEditor
/macosx-10.9.5/SecurityTool-55115/
H A Dauthz.c394 CFStringRef sourcePath = NULL; local
415 sourcePath = CFStringCreateWithCString(kCFAllocatorDefault, argv[1], kCFStringEncodingUTF8);
416 if (NULL == sourcePath) {
419 sourcePlist = read_plist_from_file(sourcePath);
481 if (sourcePath)
482 CFRelease(sourcePath);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestDownloads.cpp189 GOwnPtr<char> sourcePath(g_build_filename(Test::getWebKit1TestResoucesDir().data(), "test.pdf", NULL));
190 GRefPtr<GFile> source = adoptGRef(g_file_new_for_path(sourcePath.get()));
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcreststn.c672 const char *sourcePath = ctest_dataSrcDir(); local
673 int32_t srcPathLen = (int32_t)strlen(sourcePath);
679 strcpy(path, sourcePath);

Completed in 222 milliseconds