Searched refs:isExecutable (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIFile.idl263 boolean isExecutable();
H A DnsLocalFileMac.cpp3318 PRBool isExecutable; local
3319 nsresult rv = IsExecutable(&isExecutable);
3321 if (!isExecutable) return NS_ERROR_FILE_EXECUTION_FAILED;
3362 PRBool isExecutable;
3363 rv = aAppToOpenWith->IsExecutable(&isExecutable);
3365 if (!isExecutable) return NS_ERROR_FILE_EXECUTION_FAILED;
H A DnsLocalFileOSX.cpp1035 /* boolean isExecutable (); */
1931 PRBool isExecutable; local
1932 nsresult rv = IsExecutable(&isExecutable);
1935 if (!isExecutable)
1987 PRBool isExecutable;
1988 rv = appFileMac->IsExecutable(&isExecutable);
1991 if (!isExecutable)
H A DnsLocalFileWin.cpp1552 PRBool isWritable, isExecutable;
1554 IsExecutable(&isExecutable);
1559 if (isExecutable)

Completed in 1767 milliseconds